* lisp/info.el (info-emphasis): Fix doc, version.

This commit is contained in:
Glenn Morris 2019-06-25 09:13:22 -07:00
parent 9de1177a1e
commit 55ccd1b485

View file

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