diff options
| author | Richard M. Stallman | 1997-09-01 19:42:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-01 19:42:16 +0000 |
| commit | 68e3e5f5e28c48be7b6b9a81068752f95f3d99b7 (patch) | |
| tree | 193b2624684605abdda373151582ef57969103b1 | |
| parent | bbe92e5684e69cfa21650c09c75cae3012909ffd (diff) | |
| download | emacs-68e3e5f5e28c48be7b6b9a81068752f95f3d99b7.tar.gz emacs-68e3e5f5e28c48be7b6b9a81068752f95f3d99b7.zip | |
Comment change.
| -rw-r--r-- | lisp/map-ynp.el | 2 | ||||
| -rw-r--r-- | lisp/subr.el | 2 |
2 files changed, 2 insertions, 2 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 @@ | |||
| 26 | 26 | ||
| 27 | ;; map-y-or-n-p is a general-purpose question-asking function. | 27 | ;; map-y-or-n-p is a general-purpose question-asking function. |
| 28 | ;; It asks a series of y/n questions (a la y-or-n-p), and decides to | 28 | ;; It asks a series of y/n questions (a la y-or-n-p), and decides to |
| 29 | ;; applies an action to each element of a list based on the answer. | 29 | ;; apply an action to each element of a list based on the answer. |
| 30 | ;; The nice thing is that you also get some other possible answers | 30 | ;; The nice thing is that you also get some other possible answers |
| 31 | ;; to use, reminiscent of query-replace: ! to answer y to all remaining | 31 | ;; to use, reminiscent of query-replace: ! to answer y to all remaining |
| 32 | ;; questions; ESC or q to answer n to all remaining questions; . to answer | 32 | ;; questions; ESC or q to answer n to all remaining questions; . to answer |
diff --git a/lisp/subr.el b/lisp/subr.el index cba1ed225ba..af96a546a28 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | "Record `defcustom' calls made before `custom.el' is loaded to handle them. | 24 | "Record `defcustom' calls made before `custom.el' is loaded to handle them. |
| 25 | Each element of this list holds the arguments to one call to `defcustom'.") | 25 | Each element of this list holds the arguments to one call to `defcustom'.") |
| 26 | 26 | ||
| 27 | ;; Use this rather that defcustom, in subr.el and other files loaded | 27 | ;; Use this, rather than defcustom, in subr.el and other files loaded |
| 28 | ;; before custom.el. | 28 | ;; before custom.el. |
| 29 | (defun custom-declare-variable-early (&rest arguments) | 29 | (defun custom-declare-variable-early (&rest arguments) |
| 30 | (setq custom-declare-variable-list | 30 | (setq custom-declare-variable-list |