>From a68f253743a6d927a226595c925d5d0018e15d06 Mon Sep 17 00:00:00 2001 From: YugaEgo Date: Sun, 5 Dec 2021 19:59:29 +0200 Subject: [PATCH] * lisp/info.el (info-menu-star): Improve documentation --- lisp/info.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 94537c2417..bf30ff528f 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -115,7 +115,8 @@ info-menu-header (defface info-menu-star '((((class color)) :foreground "red1") (t :underline t)) - "Face for every third `*' in an Info menu.") + "Face for 3rd, 6th, 9th `*' in an Info menu. +This face eases orientation for `Info-nth-menu-item'.") (defface info-xref '((t :inherit link)) -- 2.34.1