# HG changeset patch # User Richard M. Stallman # Date 873142936 0 # Node ID 791a40c16c0bfcaef2fef62b80f53164121643a5 # Parent 8cde4cefae448d767c953ce3d946d486b266ac0c Comment change. diff -r 8cde4cefae44 -r 791a40c16c0b lisp/map-ynp.el --- 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 diff -r 8cde4cefae44 -r 791a40c16c0b lisp/subr.el --- 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