* lisp/dired.el (dired-mode): make terminology for eXpunge command
consistent. Fixes: debbugs:17276
This commit is contained in:
parent
09b911adf4
commit
724ee6dc80
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue