changeset 5564:019e68c33798

[project @ 2005-12-06 16:36:19 by jwe]
author jwe
date Tue, 06 Dec 2005 16:36:19 +0000
parents a75de3db5c37
children 2eeed655e801
files emacs/octave-mod.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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