From 676a14e169d60a2f43ecf8dba8faed6b24b7b779 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 5 Apr 1994 02:19:02 +0000 Subject: [PATCH] (compile-reinitialize-errors): Fix typo in comment. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 618e68d55f0..813412942d1 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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)) -- 2.39.5