Mercurial > emacs
changeset 73356:1f6137cb9eff
* info-look.el: Update lookup regexp for maxima modes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 13 Oct 2006 14:52:48 +0000 |
parents | 0ccc792e3626 |
children | d62e39d56ebb |
files | lisp/info-look.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info-look.el Fri Oct 13 14:30:31 2006 +0000 +++ b/lisp/info-look.el Fri Oct 13 14:52:48 2006 +0000 @@ -843,12 +843,13 @@ (info-lookup-maybe-add-help :mode 'maxima-mode :ignore-case t - :regexp "[a-zA-Z_%]+" + :regexp "[a-zA-Z0-9_%]+" :doc-spec '( ("(maxima)Function and Variable Index" nil "^ -+ [^:]+:[ ]+\\(\\[[^=]*=[ ]+\\)?" nil))) (info-lookup-maybe-add-help :mode 'inferior-maxima-mode + :regexp "[a-zA-Z0-9_%]+" :other-modes '(maxima-mode)) ;; coreutils and bash builtins overlap in places, eg. printf, so there's a