# HG changeset patch # User Dave Love # Date 905793280 0 # Node ID 54fc6491e28b590ce9283a8d11f0dd711a6ccc05 # Parent 0d6c3732f9d22fc3422d155cd2c2a029681e88be (map-y-or-n-p): Mention RET, `q' in the help text. diff -r 0d6c3732f9d2 -r 54fc6491e28b lisp/map-ynp.el --- a/lisp/map-ynp.el Sun Sep 13 21:55:51 1998 +0000 +++ b/lisp/map-ynp.el Mon Sep 14 17:14:40 1998 +0000 @@ -195,9 +195,11 @@ (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"