aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:30:53 +0000
committerKarl Heuer1996-01-04 23:30:53 +0000
commit9c09c0080c5a71e4ebf5b7c337297b2446c8a3d0 (patch)
tree178fcac49136f05bce7de3746713963b7bffe25d
parent5ef2f81fc1e638eaf0371e45042b784898650627 (diff)
downloademacs-9c09c0080c5a71e4ebf5b7c337297b2446c8a3d0.tar.gz
emacs-9c09c0080c5a71e4ebf5b7c337297b2446c8a3d0.zip
(compilation-error-list): Doc fix.
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index b4db10e3082..99426a3665a 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -49,7 +49,7 @@ The value may be t instead of a list; this means that the buffer of
49error messages should be reparsed the next time the list of errors is wanted. 49error messages should be reparsed the next time the list of errors is wanted.
50 50
51Some other commands (like `diff') use this list to control the error 51Some other commands (like `diff') use this list to control the error
52message tracking facilites; if you change its structure, you should make 52message tracking facilities; if you change its structure, you should make
53sure you also change those packages. Perhaps it is better not to change 53sure you also change those packages. Perhaps it is better not to change
54it at all.") 54it at all.")
55 55
@@ -142,7 +142,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
142 ("\n\\(cfe\\|fort\\): [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 2 3) 142 ("\n\\(cfe\\|fort\\): [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 2 3)
143 ;; Error on line 3 of t.f: Execution error unclassifiable statement 143 ;; Error on line 3 of t.f: Execution error unclassifiable statement
144 ;; Unknown who does this: 144 ;; Unknown who does this:
145 ;; Line 45 of "foo.c": bloofel undefined 145 ;; Line 45 of "foo.c": bloofle undefined
146 ;; Absoft FORTRAN 77 Compiler 3.1.3 146 ;; Absoft FORTRAN 77 Compiler 3.1.3
147 ;; error on line 19 of fplot.f: spelling error? 147 ;; error on line 19 of fplot.f: spelling error?
148 ;; warning on line 17 of fplot.f: data type is undefined for variable d 148 ;; warning on line 17 of fplot.f: data type is undefined for variable d