diff options
| author | Jim Blandy | 1993-06-10 07:22:07 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-10 07:22:07 +0000 |
| commit | 29478cc523be5f3a4575fb29f8d0d7766dc42138 (patch) | |
| tree | f19f96adb24779076aaf17f0fa6c59222170dbd1 | |
| parent | 18710add3c08512c9b4a64b974ed3e9533ad8527 (diff) | |
| download | emacs-29478cc523be5f3a4575fb29f8d0d7766dc42138.tar.gz emacs-29478cc523be5f3a4575fb29f8d0d7766dc42138.zip | |
Doc fix.
| -rw-r--r-- | lisp/progmodes/compile.el | 7 |
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 | |||
| 47 | if that error is not interesting. | 47 | if that error is not interesting. |
| 48 | 48 | ||
| 49 | The value may be t instead of a list; this means that the buffer of | 49 | The value may be t instead of a list; this means that the buffer of |
| 50 | error messages should be reparsed the next time the list of errors is wanted.") | 50 | error messages should be reparsed the next time the list of errors is wanted. |
| 51 | |||
| 52 | Some other commands (like `diff') use this list to control the error | ||
| 53 | message tracking facilites; if you change its structure, you should make | ||
| 54 | sure you also change those packages. Perhaps it is better not to change | ||
| 55 | it 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.") |