mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(finder-summary): Pass proper format string to message.
This commit is contained in:
parent
f2b7756c10
commit
90f061c7e7
@ -276,7 +276,7 @@ arguments compiles from `load-path'."
|
||||
(defun finder-summary ()
|
||||
"Summarize basic Finder commands."
|
||||
(interactive)
|
||||
(message
|
||||
(message "%s"
|
||||
(substitute-command-keys
|
||||
"\\<finder-mode-map>\\[finder-select] = select, \\[finder-list-keywords] = to finder directory, \\[finder-exit] = quit, \\[finder-summary] = help")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user