diff lisp/progmodes/octave-mod.el @ 41773:31e7749d1e1a

Doc fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 07:17:00 +0000
parents 7079931424be
children 7308bbc423d5
line wrap: on
line diff
--- a/lisp/progmodes/octave-mod.el	Sun Dec 02 07:16:37 2001 +0000
+++ b/lisp/progmodes/octave-mod.el	Sun Dec 02 07:17:00 2001 +0000
@@ -734,7 +734,7 @@
 (defun octave-indent-for-comment ()
   "Maybe insert and indent an Octave comment.
 If there is no comment already on this line, create a code-level comment
-(started by two comment characters) if the line is empty, or an in-line
+\(started by two comment characters) if the line is empty, or an in-line
 comment (started by one comment character) otherwise. 
 Point is left after the start of the comment which is properly aligned."
   (interactive)