diff lisp/progmodes/compile.el @ 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 b7196b4a3679
children 3723e842825c
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))