diff options
| author | Chong Yidong | 2006-10-13 14:52:48 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-13 14:52:48 +0000 |
| commit | c99240cc17349c10634c77c10f2d5b7c6f7f9316 (patch) | |
| tree | 1166ea580c3a9fd1462c9b63f03c30dfc716b727 | |
| parent | 14cb531f833ee4bfe99463a7f867acaaf6fafef4 (diff) | |
| download | emacs-c99240cc17349c10634c77c10f2d5b7c6f7f9316.tar.gz emacs-c99240cc17349c10634c77c10f2d5b7c6f7f9316.zip | |
* info-look.el: Update lookup regexp for maxima modes.
| -rw-r--r-- | lisp/info-look.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el index 404eee3f2d0..2ac461aa669 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el | |||
| @@ -843,12 +843,13 @@ Return nil if there is nothing appropriate in the buffer near point." | |||
| 843 | (info-lookup-maybe-add-help | 843 | (info-lookup-maybe-add-help |
| 844 | :mode 'maxima-mode | 844 | :mode 'maxima-mode |
| 845 | :ignore-case t | 845 | :ignore-case t |
| 846 | :regexp "[a-zA-Z_%]+" | 846 | :regexp "[a-zA-Z0-9_%]+" |
| 847 | :doc-spec '( ("(maxima)Function and Variable Index" nil | 847 | :doc-spec '( ("(maxima)Function and Variable Index" nil |
| 848 | "^ -+ [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil))) | 848 | "^ -+ [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil))) |
| 849 | 849 | ||
| 850 | (info-lookup-maybe-add-help | 850 | (info-lookup-maybe-add-help |
| 851 | :mode 'inferior-maxima-mode | 851 | :mode 'inferior-maxima-mode |
| 852 | :regexp "[a-zA-Z0-9_%]+" | ||
| 852 | :other-modes '(maxima-mode)) | 853 | :other-modes '(maxima-mode)) |
| 853 | 854 | ||
| 854 | ;; coreutils and bash builtins overlap in places, eg. printf, so there's a | 855 | ;; coreutils and bash builtins overlap in places, eg. printf, so there's a |