Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
853f9bf3
Commit
853f9bf3
authored
Mar 28, 2005
by
Juri Linkov
Browse files
(wdired-change-to-wdired-mode):
Mention `wdired-abort-changes' key in the initial message.
parent
5938202c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/wdired.el
lisp/wdired.el
+2
-1
No files found.
lisp/wdired.el
View file @
853f9bf3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment