From c733d4ce34a2d37ad135c39e7b40a5f1bf998d9a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 14 Sep 1998 17:14:40 +0000 Subject: [PATCH] (map-y-or-n-p): Mention RET, `q' in the help text. --- lisp/map-ynp.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.39.2