diff options
Diffstat (limited to 'lisp')
| -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'." | |||
| 330 | (set-buffer-modified-p nil) | 330 | (set-buffer-modified-p nil) |
| 331 | (setq buffer-undo-list nil) | 331 | (setq buffer-undo-list nil) |
| 332 | (run-hooks 'wdired-mode-hook) | 332 | (run-hooks 'wdired-mode-hook) |
| 333 | (message (substitute-command-keys "Press \\[wdired-finish-edit] when finished"))) | 333 | (message (substitute-command-keys "Press \\[wdired-finish-edit] when finished \ |
| 334 | or \\[wdired-abort-changes] to abort changes"))) | ||
| 334 | 335 | ||
| 335 | 336 | ||
| 336 | ;; Protect the buffer so only the filenames can be changed, and put | 337 | ;; Protect the buffer so only the filenames can be changed, and put |