summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-04-16 14:20:34 +0300
committerEli Zaretskii <eliz@gnu.org>2016-04-16 14:20:34 +0300
commita8560e56a863d55f0df6e5c7da55d9a93286f772 (patch)
treedca54cf2055d80232b193aa90bc33c20d8125421 /lisp/info-look.el
parent52e798b7cd6626d83622206839ddaf7353e4f942 (diff)
downloademacs-a8560e56a863d55f0df6e5c7da55d9a93286f772.tar.gz
Improve "C-h S" for cl-lib symbols
* lisp/info-look.el: Add cl.info lookup to emacs-lisp-mode related manuals. (Bug#23289)
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index 70d2756dfc7..899f41e850d 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -912,7 +912,9 @@ Return nil if there is nothing appropriate in the buffer near point."
;; for things that should go to Function: etc, and those latter
;; are much more important. Perhaps this could change if some
;; sort of fallback match scheme existed.
- ("(elisp)Index" nil "^ -+ .*: " "\\( \\|$\\)")))
+ ("(elisp)Index" nil "^ -+ .*: " "\\( \\|$\\)")
+ ("(cl)Function Index" nil "^ -+ .*: " "\\( \\|$\\)")
+ ("(cl)Variable Index" nil "^ -+ .*: " "\\( \\|$\\)")))
;; docstrings talk about elisp, so have apropos-mode follow emacs-lisp-mode
(info-lookup-maybe-add-help