changeset 16866:3244576af168

compile.el (first-error): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Wed, 15 Jan 1997 00:20:37 +0000
parents 0e79ed2e445b
children 1c792ac8facd
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)