summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-04-02 21:38:43 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-04-02 21:38:43 +0000
commitc6bb2688522381380d4c5c42525d623579e19835 (patch)
tree3c6130c3e8178a02599fdbf188668b15f4113a14 /lisp/info-look.el
parent9b3922840e9b617bed9dc5cad72bb9d7e387b34e (diff)
downloademacs-c6bb2688522381380d4c5c42525d623579e19835.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index 9639a3cdab0..bc360a1d57d 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -783,7 +783,7 @@ Return nil if there is nothing appropriate in the buffer near point."
(info-lookup-maybe-add-help
:mode 'octave-mode
:regexp "[_a-zA-Z0-9]+"
- :doc-spec '(("(octave)Function Index" nil
+ :doc-spec '(("(octave)Function Index" nil
"^ - [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil)
("(octave)Variable Index" nil "^ - [^:]+:[ ]+" nil)
;; Catch lines of the form "xyz statement"
@@ -797,7 +797,7 @@ Return nil if there is nothing appropriate in the buffer near point."
nil)))
;; coreutils and bash builtins overlap in places, eg. printf, so there's a
-;; question which should come first. Some of the sh-utils descriptions are
+;; question which should come first. Some of the coreutils descriptions are
;; more detailed, but if bash is usually /bin/sh on a GNU system then the
;; builtins will be what's normally run.
;;