]> git.eshelyaron.com Git - emacs.git/commitdiff
compile.el (first-error): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 15 Jan 1997 00:20:37 +0000 (00:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 15 Jan 1997 00:20:37 +0000 (00:20 +0000)
lisp/progmodes/compile.el

index 4c9b9c56e762feb36a787c6cf3756103f1223f7a..ad3e7be65ef5dd5f1f519d58eba0fb7a5f1b59b3 100644 (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)