1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

compile.el (first-error): Doc fix.

This commit is contained in:
Karl Heuer 1997-01-15 00:20:37 +00:00
parent de004cc6b4
commit d9b73ccc49

View file

@ -1016,7 +1016,7 @@ This operates on the output from the \\[compile] command."
(next-error -1))
(defun first-error ()
"Reparse the error message buffer and start at the first error
"Reparse the error message buffer and start at the first error.
Visit corresponding source code.
This operates on the output from the \\[compile] command."
(interactive)