diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/dired.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04d57aa8125..8a3d790509c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-04-30 Reuben Thomas <rrt@sc3d.org> | ||
| 2 | |||
| 3 | * dired.el (dired-mode): make terminology for eXpunge command | ||
| 4 | consistent. (Bug#17276) | ||
| 5 | |||
| 1 | 2014-04-30 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-04-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * dired.el (dired-initial-position-hook, dired-initial-position): | 8 | * dired.el (dired-initial-position-hook, dired-initial-position): |
diff --git a/lisp/dired.el b/lisp/dired.el index 364975e7a2b..edfb3367ee3 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -1900,7 +1900,7 @@ Type \\[dired-mark] to Mark a file or subdirectory for later commands. | |||
| 1900 | to see why something went wrong. | 1900 | to see why something went wrong. |
| 1901 | Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory. | 1901 | Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory. |
| 1902 | Type \\[dired-unmark-backward] to back up one line and unmark or unflag. | 1902 | Type \\[dired-unmark-backward] to back up one line and unmark or unflag. |
| 1903 | Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'. | 1903 | Type \\[dired-do-flagged-delete] to delete (eXpunge) the files flagged `D'. |
| 1904 | Type \\[dired-find-file] to Find the current line's file | 1904 | Type \\[dired-find-file] to Find the current line's file |
| 1905 | (or dired it in another buffer, if it is a directory). | 1905 | (or dired it in another buffer, if it is a directory). |
| 1906 | Type \\[dired-find-file-other-window] to find file or Dired directory in Other window. | 1906 | Type \\[dired-find-file-other-window] to find file or Dired directory in Other window. |