Mercurial > emacs
changeset 3607:6b495ab7635e
Doc fix.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 10 Jun 1993 07:22:07 +0000 |
parents | 713c76a95b74 |
children | c7aadfb55138 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Thu Jun 10 07:17:33 1993 +0000 +++ b/lisp/progmodes/compile.el Thu Jun 10 07:22:07 1993 +0000 @@ -47,7 +47,12 @@ 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.")