* lisp/info-look.el (:mode): Support IELM.
This commit is contained in:
@@ -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]+"
|
||||
|
||||
Reference in New Issue
Block a user