]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile-reinitialize-errors): Fix typo in comment.
authorKarl Heuer <kwzh@gnu.org>
Tue, 5 Apr 1994 02:19:02 +0000 (02:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 5 Apr 1994 02:19:02 +0000 (02:19 +0000)
lisp/progmodes/compile.el

index 618e68d55f0cbb82d4e663871acd46feaa5b949b..813412942d1b71cbda34f1db66c36b67a4307b15 100644 (file)
@@ -659,7 +659,7 @@ Does NOT find the source line like \\[next-error]."
       (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))