From: Karl Heuer Date: Wed, 15 Jan 1997 00:20:37 +0000 (+0000) Subject: compile.el (first-error): Doc fix. X-Git-Tag: emacs-20.1~3078 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d9b73ccc49d77b7d87de34f7aa88991a61c4a8df;p=emacs.git compile.el (first-error): Doc fix. --- 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." (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)