aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2024-10-04 23:29:59 +0200
committerStefan Kangas2024-10-04 23:36:12 +0200
commite9727982cf62d0848056a9f3e42e8e719a609c8d (patch)
tree10879b542dc6fac64ab9bb3ceadea096142b6400
parentecac8ca62ea1dab8cf353ff4274469840ce3d0c9 (diff)
downloademacs-e9727982cf62d0848056a9f3e42e8e719a609c8d.tar.gz
emacs-e9727982cf62d0848056a9f3e42e8e719a609c8d.zip
* lisp/info-look.el (:mode): Support IELM.
-rw-r--r--lisp/info-look.el5
1 files changed, 5 insertions, 0 deletions
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
@@ -1099,6 +1099,11 @@ Return nil if there is nothing appropriate in the buffer near point."
1099 :other-modes '(emacs-lisp-mode)) 1099 :other-modes '(emacs-lisp-mode))
1100 1100
1101(info-lookup-maybe-add-help 1101(info-lookup-maybe-add-help
1102 :mode 'inferior-emacs-lisp-mode
1103 :regexp "[^][()`'‘’,:\" \t\n]+"
1104 :other-modes '(emacs-lisp-mode))
1105
1106(info-lookup-maybe-add-help
1102 :mode 'lisp-mode 1107 :mode 'lisp-mode
1103 :regexp "[^()`'‘’,\" \t\n]+" 1108 :regexp "[^()`'‘’,\" \t\n]+"
1104 :parse-rule 'ignore 1109 :parse-rule 'ignore