From: Stefan Kangas Date: Fri, 4 Oct 2024 21:29:59 +0000 (+0200) Subject: * lisp/info-look.el (:mode): Support IELM. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e0fb2c65f4cfc56997e15aef60c9fae34b7be0b;p=emacs.git * lisp/info-look.el (:mode): Support IELM. (cherry picked from commit e9727982cf62d0848056a9f3e42e8e719a609c8d) --- diff --git a/lisp/info-look.el b/lisp/info-look.el index 9bca1d8e25a..f1f730529cb 100644 --- a/lisp/info-look.el +++ b/lisp/info-look.el @@ -1096,6 +1096,11 @@ Return nil if there is nothing appropriate in the buffer near point." :parse-rule 'ignore :other-modes '(emacs-lisp-mode)) +(info-lookup-maybe-add-help + :mode 'inferior-emacs-lisp-mode + :regexp "[^][()`'‘’,:\" \t\n]+" + :other-modes '(emacs-lisp-mode)) + (info-lookup-maybe-add-help :mode 'lisp-mode :regexp "[^()`'‘’,\" \t\n]+"