diff options
author | YugaEgo <yet@ego.team> | 2021-12-05 22:05:41 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-12-05 22:05:41 +0100 |
commit | 0d8e9588e1c9afea25ff1e947da9e5bda10cedf7 (patch) | |
tree | 2b122ff393e1022cc4f80e1a6b9112f503565ba3 /lisp/info.el | |
parent | e00623c5bd13b62d9a54935f744c2ad2afc718b7 (diff) | |
download | emacs-0d8e9588e1c9afea25ff1e947da9e5bda10cedf7.tar.gz emacs-0d8e9588e1c9afea25ff1e947da9e5bda10cedf7.tar.bz2 emacs-0d8e9588e1c9afea25ff1e947da9e5bda10cedf7.zip |
* lisp/info.el (info-menu-star): Improve documentation
* lisp/info.el (info-menu-star): Improve the doc string (bug#52315).
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 94537c2417a..559460e8d2c 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)) |