# HG changeset patch # User Karl Heuer # Date 820798253 0 # Node ID 6d4e18531dd28d37a431665cedeec66d47c05057 # Parent 49207f2e213015e0470cf56c35048a4d46a364c1 (compilation-error-list): Doc fix. diff -r 49207f2e2130 -r 6d4e18531dd2 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Thu Jan 04 23:30:16 1996 +0000 +++ b/lisp/progmodes/compile.el Thu Jan 04 23:30:53 1996 +0000 @@ -49,7 +49,7 @@ 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 +message tracking facilities; if you change its structure, you should make sure you also change those packages. Perhaps it is better not to change it at all.") @@ -142,7 +142,7 @@ ("\n\\(cfe\\|fort\\): [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 2 3) ;; Error on line 3 of t.f: Execution error unclassifiable statement ;; Unknown who does this: - ;; Line 45 of "foo.c": bloofel undefined + ;; Line 45 of "foo.c": bloofle undefined ;; Absoft FORTRAN 77 Compiler 3.1.3 ;; error on line 19 of fplot.f: spelling error? ;; warning on line 17 of fplot.f: data type is undefined for variable d