Mercurial > emacs
changeset 61030:6b0506554db8
(wdired-change-to-wdired-mode):
Mention `wdired-abort-changes' key in the initial message.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 28 Mar 2005 01:25:54 +0000 |
parents | ea8106ee0289 |
children | 58d0ad735f41 |
files | lisp/wdired.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/wdired.el Mon Mar 28 01:24:10 2005 +0000 +++ b/lisp/wdired.el Mon Mar 28 01:25:54 2005 +0000 @@ -330,7 +330,8 @@ (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