aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReuben Thomas2014-04-30 22:39:57 +0100
committerReuben Thomas2014-04-30 22:39:57 +0100
commit724ee6dc80839fa04bb4e6d064d8be872d490f23 (patch)
tree49d4673f64d2e92a7582034de1a1407864110508
parent09b911adf4e22bbcac8c588bc14ade801276732e (diff)
downloademacs-724ee6dc80839fa04bb4e6d064d8be872d490f23.tar.gz
emacs-724ee6dc80839fa04bb4e6d064d8be872d490f23.zip
* lisp/dired.el (dired-mode): make terminology for eXpunge command
consistent. Fixes: debbugs:17276
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/dired.el2
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 @@
12014-04-30 Reuben Thomas <rrt@sc3d.org>
2
3 * dired.el (dired-mode): make terminology for eXpunge command
4 consistent. (Bug#17276)
5
12014-04-30 Eli Zaretskii <eliz@gnu.org> 62014-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.
1901Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory. 1901Type \\[dired-unmark] to Unmark a file or all files of an inserted subdirectory.
1902Type \\[dired-unmark-backward] to back up one line and unmark or unflag. 1902Type \\[dired-unmark-backward] to back up one line and unmark or unflag.
1903Type \\[dired-do-flagged-delete] to delete (eXecute) the files flagged `D'. 1903Type \\[dired-do-flagged-delete] to delete (eXpunge) the files flagged `D'.
1904Type \\[dired-find-file] to Find the current line's file 1904Type \\[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).
1906Type \\[dired-find-file-other-window] to find file or Dired directory in Other window. 1906Type \\[dired-find-file-other-window] to find file or Dired directory in Other window.