summaryrefslogtreecommitdiff
path: root/lisp/map-ynp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-08-03 02:02:37 +0000
committerRichard M. Stallman <rms@gnu.org>1992-08-03 02:02:37 +0000
commit1586b965b927d9111abb209d04568da330867dfa (patch)
tree8f7668ac589d1cc601df12279cc089277836882a /lisp/map-ynp.el
parentdf01170b2817a8131751a2c549eca43dc43d4210 (diff)
downloademacs-1586b965b927d9111abb209d04568da330867dfa.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/map-ynp.el')
-rw-r--r--lisp/map-ynp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index acd013d4612..edec2d8c80c 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -118,7 +118,7 @@ the current %s and exit."
(progn
;; Prompt the user about this object.
(let ((cursor-in-echo-area t))
- (message "%s(y, n, ! ., q, %sor %s)"
+ (message "%s(y, n, !, ., q, %sor %s) "
prompt user-keys
(key-description (char-to-string help-char)))
(setq char (read-char)))