]> git.eshelyaron.com Git - emacs.git/commitdiff
(map-y-or-n-p): Mention RET, `q' in the help text.
authorDave Love <fx@gnu.org>
Mon, 14 Sep 1998 17:14:40 +0000 (17:14 +0000)
committerDave Love <fx@gnu.org>
Mon, 14 Sep 1998 17:14:40 +0000 (17:14 +0000)
lisp/map-ynp.el

index ce50e98c6c892ce1fce8b24be2ad1eb0bef5f892..d773cb79ab77e3a7aa1d7831fc35347a963d4e7a 100644 (file)
@@ -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"