* lisp/dired.el (dired-mode): make terminology for eXpunge command
authorReuben Thomas <rrt@sc3d.org>
Wed, 30 Apr 2014 21:39:57 +0000 (22:39 +0100)
committerReuben Thomas <rrt@sc3d.org>
Wed, 30 Apr 2014 21:39:57 +0000 (22:39 +0100)
consistent.

Fixes: debbugs:17276

lisp/ChangeLog
lisp/dired.el

index 04d57aa..8a3d790 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-30  Reuben Thomas  <rrt@sc3d.org>
+
+       * dired.el (dired-mode): make terminology for eXpunge command
+       consistent.  (Bug#17276)
+
 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
 
        * dired.el (dired-initial-position-hook, dired-initial-position):
index 364975e..edfb336 100644 (file)
@@ -1900,7 +1900,7 @@ Type \\[dired-mark] to Mark a file or subdirectory for later commands.
   to see why something went wrong.
 Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory.
 Type \\[dired-unmark-backward] to back up one line and unmark or unflag.
-Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'.
+Type \\[dired-do-flagged-delete] to delete (eXpunge) the files flagged `D'.
 Type \\[dired-find-file] to Find the current line's file
   (or dired it in another buffer, if it is a directory).
 Type \\[dired-find-file-other-window] to find file or Dired directory in Other window.