summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-10 07:22:07 +0000
committerJim Blandy <jimb@redhat.com>1993-06-10 07:22:07 +0000
commit29478cc523be5f3a4575fb29f8d0d7766dc42138 (patch)
treef19f96adb24779076aaf17f0fa6c59222170dbd1
parent18710add3c08512c9b4a64b974ed3e9533ad8527 (diff)
downloademacs-29478cc523be5f3a4575fb29f8d0d7766dc42138.tar.gz
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
if that error is not interesting.
The value may be t instead of a list; this means that the buffer of
-error messages should be reparsed the next time the list of errors is wanted.")
+error messages should be reparsed the next time the list of errors is wanted.
+
+Some other commands (like `diff') use this list to control the error
+message tracking facilites; if you change its structure, you should make
+sure you also change those packages. Perhaps it is better not to change
+it at all.")
(defvar compilation-old-error-list nil
"Value of `compilation-error-list' after errors were parsed.")