]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/info-look.el (:mode): Support IELM.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 21:29:59 +0000 (23:29 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:48:11 +0000 (08:48 +0200)
(cherry picked from commit e9727982cf62d0848056a9f3e42e8e719a609c8d)

lisp/info-look.el

index 9bca1d8e25abbc24fb3a4e3af7fe28feff839921..f1f730529cb7a9471c095a5fe083ff5184bab37c 100644 (file)
@@ -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]+"