* lisp/info.el (info-emphasis): Fix doc, version.
This commit is contained in:
parent
9de1177a1e
commit
55ccd1b485
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ The Lisp code is executed when the node is selected.")
|
|||
|
||||
(defface info-emphasis
|
||||
'((t (:inherit italic)))
|
||||
"*Face for emphasized text (enclosed with underscores)."
|
||||
:version "25.1"
|
||||
"Face for emphasized text (enclosed with underscores)."
|
||||
:version "27.1"
|
||||
:group 'info)
|
||||
|
||||
(defcustom Info-fontify-visited-nodes t
|
||||
|
|
Loading…
Add table
Reference in a new issue