emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 a8560e5: Improve "C-h S" for cl-lib symbols


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a8560e5: Improve "C-h S" for cl-lib symbols
Date: Sat, 16 Apr 2016 11:21:32 +0000

branch: emacs-25
commit a8560e56a863d55f0df6e5c7da55d9a93286f772
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve "C-h S" for cl-lib symbols
    
    * lisp/info-look.el: Add cl.info lookup to emacs-lisp-mode related
    manuals.  (Bug#23289)
---
 lisp/info-look.el |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lisp/info-look.el b/lisp/info-look.el
index 70d2756..899f41e 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



reply via email to

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