1
0
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:
Karl Heuer 1996-01-25 00:54:04 +00:00
parent f2b7756c10
commit 90f061c7e7

View File

@ -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")))