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 | aa1dbee89cc2ce77853d05b476ee2784acae5a57 (patch) | |
tree | 4758dfffcf5c2daa3762ff39c029e4cb32c74c3e /lisp/map-ynp.el | |
parent | 4fc6003996d6420a1f605369a8b746a62d99b13c (diff) | |
download | emacs-aa1dbee89cc2ce77853d05b476ee2784acae5a57.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))) |