diff lisp/progmodes/compile.el @ 16866:3244576af168

compile.el (first-error): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Jan 1997 00:20:37 +0000
parents b96e56680038
children ea7763094f76
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Jan 13 21:42:33 1997 +0000
+++ b/lisp/progmodes/compile.el	Wed Jan 15 00:20:37 1997 +0000
@@ -1016,7 +1016,7 @@
   (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)