1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 08:43:52 -08:00

* lisp/info-look.el (:mode): Support IELM.

This commit is contained in:
Stefan Kangas 2024-10-04 23:29:59 +02:00
parent ecac8ca62e
commit e9727982cf

View file

@ -1098,6 +1098,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]+"