changeset 19662:791a40c16c0b

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Sep 1997 19:42:16 +0000
parents 8cde4cefae44
children cdd578704f28
files lisp/map-ynp.el lisp/subr.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/map-ynp.el	Mon Sep 01 19:25:12 1997 +0000
+++ b/lisp/map-ynp.el	Mon Sep 01 19:42:16 1997 +0000
@@ -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
--- a/lisp/subr.el	Mon Sep 01 19:25:12 1997 +0000
+++ b/lisp/subr.el	Mon Sep 01 19:42:16 1997 +0000
@@ -24,7 +24,7 @@
   "Record `defcustom' calls made before `custom.el' is loaded to handle them.
 Each element of this list holds the arguments to one call to `defcustom'.")
 
-;; Use this rather that defcustom, in subr.el and other files loaded
+;; Use this, rather than defcustom, in subr.el and other files loaded
 ;; before custom.el.
 (defun custom-declare-variable-early (&rest arguments)
   (setq custom-declare-variable-list