* lisp/dired.el (dired-mode): make terminology for eXpunge command

consistent.

Fixes: debbugs:17276
This commit is contained in:
Reuben Thomas 2014-04-30 22:39:57 +01:00
parent 09b911adf4
commit 724ee6dc80
2 changed files with 6 additions and 1 deletions

View 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):

View 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.