changeset 6673:137122de77ef

(compile-reinitialize-errors): Fix typo in comment.
author Karl Heuer <kwzh@gnu.org>
date Tue, 05 Apr 1994 02:19:02 +0000
parents 12aafd560832
children 7ada27b4bf3c
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Tue Apr 05 01:34:09 1994 +0000
+++ b/lisp/progmodes/compile.el	Tue Apr 05 02:19:02 1994 +0000
@@ -659,7 +659,7 @@
       (set-buffer-modified-p nil)
       (if (< compilation-parsing-end (point-max))
 	  ;; compilation-error-list might be non-nil if we have a non-nil
-	  ;; LIMIT-SEARCH of FIND-AT-LEAST arg.  In that case its value
+	  ;; LIMIT-SEARCH or FIND-AT-LEAST arg.  In that case its value
 	  ;; records the current position in the error list, and we must
 	  ;; preserve that after reparsing.
 	  (let ((error-list-pos compilation-error-list))