]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder-summary): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:04 +0000 (00:54 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:54:04 +0000 (00:54 +0000)
lisp/finder.el

index 42685cdceb4381ca18a019bf5778b7c3215735db..92921852fda48940a66fe4a87c4c5d62b8d4f781 100644 (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")))