From 68e3e5f5e28c48be7b6b9a81068752f95f3d99b7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Sep 1997 19:42:16 +0000 Subject: [PATCH] Comment change. --- lisp/map-ynp.el | 2 +- 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 @@ ;; 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 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 @@ "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 -- 2.39.2