From: Dave Love Date: Mon, 14 Sep 1998 17:14:40 +0000 (+0000) Subject: (map-y-or-n-p): Mention RET, `q' in the help text. X-Git-Tag: emacs-20.4~1695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c733d4ce34a2d37ad135c39e7b40a5f1bf998d9a;p=emacs.git (map-y-or-n-p): Mention RET, `q' in the help text. --- diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index ce50e98c6c8..d773cb79ab7 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el @@ -195,9 +195,11 @@ Returns the number of actions taken." (concat (format "Type SPC or `y' to %s the current %s; DEL or `n' to skip the current %s; +RET or `q' to exit (skip all remaining %s); ! to %s all remaining %s; ESC or `q' to exit;\n" - action object object action objects) + action object object objects action + objects) (mapconcat (function (lambda (elt) (format "%c to %s"