diff options
Diffstat (limited to 'lisp/progmodes/octave-inf.el')
-rw-r--r-- | lisp/progmodes/octave-inf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave-inf.el b/lisp/progmodes/octave-inf.el index 2cae41889bd..f77e24e665a 100644 --- a/lisp/progmodes/octave-inf.el +++ b/lisp/progmodes/octave-inf.el @@ -79,7 +79,7 @@ mode, set this to (\"-q\" \"--traditional\")." "Syntax table in use in inferior-octave-mode buffers.") (defcustom inferior-octave-mode-hook nil - "*Hook to be run when Inferior Octave mode is started." + "Hook to be run when Inferior Octave mode is started." :type 'hook :group 'octave-inferior) |