Mercurial > hg > xemacs-beta
comparison lisp/map-ynp.el @ 2757:7844ab77b582
[xemacs-hg @ 2005-05-05 17:10:19 by aidan]
Some spelling and grammar fixes.
author | aidan |
---|---|
date | Thu, 05 May 2005 17:10:54 +0000 |
parents | 9caf26dd924f |
children | 38ef5a6da799 |
comparison
equal
deleted
inserted
replaced
2756:f441e940eed8 | 2757:7844ab77b582 |
---|---|
28 | 28 |
29 ;; This file is dumped with XEmacs. | 29 ;; This file is dumped with XEmacs. |
30 | 30 |
31 ;; map-y-or-n-p is a general-purpose question-asking function. | 31 ;; map-y-or-n-p is a general-purpose question-asking function. |
32 ;; It asks a series of y/n questions (a la y-or-n-p), and decides to | 32 ;; It asks a series of y/n questions (a la y-or-n-p), and decides to |
33 ;; applies an action to each element of a list based on the answer. | 33 ;; apply an action to each element of a list based on the answer. |
34 ;; The nice thing is that you also get some other possible answers | 34 ;; The nice thing is that you also get some other possible answers |
35 ;; to use, reminiscent of query-replace: ! to answer y to all remaining | 35 ;; to use, reminiscent of query-replace: ! to answer y to all remaining |
36 ;; questions; ESC or q to answer n to all remaining questions; . to answer | 36 ;; questions; ESC or q to answer n to all remaining questions; . to answer |
37 ;; y once and then n for the remainder; and you can get help with C-h. | 37 ;; y once and then n for the remainder; and you can get help with C-h. |
38 | 38 |