diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-08-03 02:02:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-08-03 02:02:37 +0000 |
commit | 1586b965b927d9111abb209d04568da330867dfa (patch) | |
tree | 8f7668ac589d1cc601df12279cc089277836882a /lisp/map-ynp.el | |
parent | df01170b2817a8131751a2c549eca43dc43d4210 (diff) | |
download | emacs-1586b965b927d9111abb209d04568da330867dfa.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/map-ynp.el')
-rw-r--r-- | lisp/map-ynp.el | 2 |
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))) |