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:
parent
e00623c5bd
commit
0d8e9588e1
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user