emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e9727982cf6 3/5: * lisp/info-look.el (:mode): Support IELM.


From: Stefan Kangas
Subject: master e9727982cf6 3/5: * lisp/info-look.el (:mode): Support IELM.
Date: Fri, 4 Oct 2024 18:14:51 -0400 (EDT)

branch: master
commit e9727982cf62d0848056a9f3e42e8e719a609c8d
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * lisp/info-look.el (:mode): Support IELM.
---
 lisp/info-look.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lisp/info-look.el b/lisp/info-look.el
index 52f20e34b88..2f36e598dcd 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -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]+"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]