From: Eli Zaretskii Date: Sat, 16 Apr 2016 11:20:34 +0000 (+0300) Subject: Improve "C-h S" for cl-lib symbols X-Git-Tag: emacs-25.0.93~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8560e5;p=emacs.git Improve "C-h S" for cl-lib symbols * lisp/info-look.el: Add cl.info lookup to emacs-lisp-mode related manuals. (Bug#23289) --- 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