aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-06-10 07:22:07 +0000
committerJim Blandy1993-06-10 07:22:07 +0000
commit29478cc523be5f3a4575fb29f8d0d7766dc42138 (patch)
treef19f96adb24779076aaf17f0fa6c59222170dbd1
parent18710add3c08512c9b4a64b974ed3e9533ad8527 (diff)
downloademacs-29478cc523be5f3a4575fb29f8d0d7766dc42138.tar.gz
emacs-29478cc523be5f3a4575fb29f8d0d7766dc42138.zip
Doc fix.
-rw-r--r--lisp/progmodes/compile.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 2221f06f7aa..619a3f13960 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -47,7 +47,12 @@ is the number of the line the message is about. Or its cdr may be nil
47if that error is not interesting. 47if that error is not interesting.
48 48
49The value may be t instead of a list; this means that the buffer of 49The value may be t instead of a list; this means that the buffer of
50error messages should be reparsed the next time the list of errors is wanted.") 50error messages should be reparsed the next time the list of errors is wanted.
51
52Some other commands (like `diff') use this list to control the error
53message tracking facilites; if you change its structure, you should make
54sure you also change those packages. Perhaps it is better not to change
55it at all.")
51 56
52(defvar compilation-old-error-list nil 57(defvar compilation-old-error-list nil
53 "Value of `compilation-error-list' after errors were parsed.") 58 "Value of `compilation-error-list' after errors were parsed.")