diff options
author | Juri Linkov <juri@jurta.org> | 2005-03-28 01:25:54 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-03-28 01:25:54 +0000 |
commit | 853f9bf3015c0e8a8d73b0bf7ba80f36d9da52fb (patch) | |
tree | aba2859d44c634b2b4456f94b7a072baf3c0d218 /lisp/wdired.el | |
parent | 5938202c7df85400fe553745d8012f908fe827da (diff) | |
download | emacs-853f9bf3015c0e8a8d73b0bf7ba80f36d9da52fb.tar.gz |
(wdired-change-to-wdired-mode):
Mention `wdired-abort-changes' key in the initial message.
Diffstat (limited to 'lisp/wdired.el')
-rw-r--r-- | lisp/wdired.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/wdired.el b/lisp/wdired.el index 92d7a81627a..a4119343600 100644 --- a/lisp/wdired.el +++ b/lisp/wdired.el @@ -330,7 +330,8 @@ See `wdired-mode'." (set-buffer-modified-p nil) (setq buffer-undo-list nil) (run-hooks 'wdired-mode-hook) - (message (substitute-command-keys "Press \\[wdired-finish-edit] when finished"))) + (message (substitute-command-keys "Press \\[wdired-finish-edit] when finished \ +or \\[wdired-abort-changes] to abort changes"))) ;; Protect the buffer so only the filenames can be changed, and put |