diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-25 00:54:04 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-25 00:54:04 +0000 |
commit | 27a77427aa60db3c7bf618c4f45c1401f696409a (patch) | |
tree | 8bbf5b6bdea6c09bc665e00d77251c6ce4d78393 /lisp/finder.el | |
parent | fd492549b2cff81f83d15426729433291114f690 (diff) | |
download | emacs-27a77427aa60db3c7bf618c4f45c1401f696409a.tar.gz |
(finder-summary): Pass proper format string to message.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 42685cdceb4..92921852fda 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -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"))) |