From: Chong Yidong Date: Fri, 13 Oct 2006 14:52:48 +0000 (+0000) Subject: * info-look.el: Update lookup regexp for maxima modes. X-Git-Tag: emacs-pretest-22.0.90~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c99240cc17349c10634c77c10f2d5b7c6f7f9316;p=emacs.git * info-look.el: Update lookup regexp for maxima modes. --- 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." (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