(wdired-change-to-wdired-mode):
Mention `wdired-abort-changes' key in the initial message.
This commit is contained in:
parent
5938202c7d
commit
853f9bf301
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue