(finder-summary): Pass proper format string to message.
This commit is contained in:
parent
f2b7756c10
commit
90f061c7e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue