diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-04-02 21:38:43 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-04-02 21:38:43 +0000 |
commit | c6bb2688522381380d4c5c42525d623579e19835 (patch) | |
tree | 3c6130c3e8178a02599fdbf188668b15f4113a14 /lisp/info-look.el | |
parent | 9b3922840e9b617bed9dc5cad72bb9d7e387b34e (diff) | |
download | emacs-c6bb2688522381380d4c5c42525d623579e19835.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r-- | lisp/info-look.el | 4 |
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. ;; |