diff options
| author | Karl Heuer | 1997-01-15 00:20:37 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-01-15 00:20:37 +0000 |
| commit | d9b73ccc49d77b7d87de34f7aa88991a61c4a8df (patch) | |
| tree | 4f6586aa310d377d2b97fb49b037fb3a6b71d0ad /lisp | |
| parent | de004cc6b47849f148229e951f1c050f09da0d52 (diff) | |
| download | emacs-d9b73ccc49d77b7d87de34f7aa88991a61c4a8df.tar.gz emacs-d9b73ccc49d77b7d87de34f7aa88991a61c4a8df.zip | |
compile.el (first-error): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 4c9b9c56e76..ad3e7be65ef 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -1016,7 +1016,7 @@ This operates on the output from the \\[compile] command." | |||
| 1016 | (next-error -1)) | 1016 | (next-error -1)) |
| 1017 | 1017 | ||
| 1018 | (defun first-error () | 1018 | (defun first-error () |
| 1019 | "Reparse the error message buffer and start at the first error | 1019 | "Reparse the error message buffer and start at the first error. |
| 1020 | Visit corresponding source code. | 1020 | Visit corresponding source code. |
| 1021 | This operates on the output from the \\[compile] command." | 1021 | This operates on the output from the \\[compile] command." |
| 1022 | (interactive) | 1022 | (interactive) |