aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/map-ynp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-09-01 19:42:16 +0000
committerRichard M. Stallman <[email protected]>1997-09-01 19:42:16 +0000
commit68e3e5f5e28c48be7b6b9a81068752f95f3d99b7 (patch)
tree193b2624684605abdda373151582ef57969103b1 /lisp/map-ynp.el
parentbbe92e5684e69cfa21650c09c75cae3012909ffd (diff)
Comment change.
Diffstat (limited to 'lisp/map-ynp.el')
-rw-r--r--lisp/map-ynp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index bfe2ee7af4..c36ea9557c 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -26,7 +26,7 @@
;; map-y-or-n-p is a general-purpose question-asking function.
;; It asks a series of y/n questions (a la y-or-n-p), and decides to
-;; applies an action to each element of a list based on the answer.
+;; apply an action to each element of a list based on the answer.
;; The nice thing is that you also get some other possible answers
;; to use, reminiscent of query-replace: ! to answer y to all remaining
;; questions; ESC or q to answer n to all remaining questions; . to answer