diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-01 19:42:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-01 19:42:16 +0000 |
commit | c2f08074fd1523ebc921a04b938f5b4c1f15c955 (patch) | |
tree | c28c483180bbc4b8e7231971ba812b514ef5fda7 /lisp/map-ynp.el | |
parent | a615193dff5b5f32723a38a8d164a6b7d63edd65 (diff) | |
download | emacs-c2f08074fd1523ebc921a04b938f5b4c1f15c955.tar.gz |
Comment change.
Diffstat (limited to 'lisp/map-ynp.el')
-rw-r--r-- | lisp/map-ynp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index bfe2ee7af4c..c36ea9557c3 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 |