emacs-diffs
[Top][All Lists]
Advanced

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

master 0d8e958: * lisp/info.el (info-menu-star): Improve documentation


From: Lars Ingebrigtsen
Subject: master 0d8e958: * lisp/info.el (info-menu-star): Improve documentation
Date: Sun, 5 Dec 2021 16:05:50 -0500 (EST)

branch: master
commit 0d8e9588e1c9afea25ff1e947da9e5bda10cedf7
Author: YugaEgo <yet@ego.team>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    * lisp/info.el (info-menu-star): Improve documentation
    
    * lisp/info.el (info-menu-star): Improve the doc string (bug#52315).
---
 lisp/info.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/info.el b/lisp/info.el
index 94537c2..559460e 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -115,7 +115,9 @@ The Lisp code is executed when the node is selected.")
 (defface info-menu-star
   '((((class color)) :foreground "red1")
     (t :underline t))
-  "Face for every third `*' in an Info menu.")
+  "Face used to emphasize `*' in an Info menu.
+The face is assigned to the third, sixth, and ninth `*' for easier
+orientation.  See `Info-nth-menu-item'.")
 
 (defface info-xref
   '((t :inherit link))



reply via email to

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