# HG changeset patch # User Juri Linkov # Date 1111973154 0 # Node ID 6b0506554db86912c20849659cd8791a1ca220a3 # Parent ea8106ee02899da2ebe4eab71349015a23f435c9 (wdired-change-to-wdired-mode): Mention `wdired-abort-changes' key in the initial message. diff -r ea8106ee0289 -r 6b0506554db8 lisp/wdired.el --- 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