1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

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

* lisp/info.el (info-menu-star): Improve the doc string (bug#52315).
This commit is contained in:
YugaEgo 2021-12-05 22:05:41 +01:00 committed by Lars Ingebrigtsen
parent e00623c5bd
commit 0d8e9588e1

View File

@ -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))