# HG changeset patch # User jwe # Date 1133886979 0 # Node ID 019e68c337989dcfe733c78ef63fe046b2376ff7 # Parent a75de3db5c374aa6da8392679d09bcb5c87621c1 [project @ 2005-12-06 16:36:19 by jwe] diff --git a/emacs/octave-mod.el b/emacs/octave-mod.el --- a/emacs/octave-mod.el +++ b/emacs/octave-mod.el @@ -1309,7 +1309,7 @@ (defun octave-electric-semi () "Insert a semicolon in Octave mode. Maybe expand abbrevs and blink matching block open keywords. -Reindent the line of `octave-auto-indent' is non-nil. +Reindent the line if `octave-auto-indent' is non-nil. Insert a newline if `octave-auto-newline' is non-nil." (interactive) (if (not (octave-not-in-string-or-comment-p)) @@ -1326,7 +1326,7 @@ (defun octave-electric-space () "Insert a space in Octave mode. Maybe expand abbrevs and blink matching block open keywords. -Reindent the line of `octave-auto-indent' is non-nil." +Reindent the line if `octave-auto-indent' is non-nil." (interactive) (setq last-command-char ? ) (if (and octave-auto-indent