From: Glenn Morris Date: Tue, 25 Jun 2019 16:13:22 +0000 (-0700) Subject: * lisp/info.el (info-emphasis): Fix doc, version. X-Git-Tag: emacs-27.0.90~2239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55ccd1b4854153497a538c85b0063d6ff02ded5c;p=emacs.git * lisp/info.el (info-emphasis): Fix doc, version. --- diff --git a/lisp/info.el b/lisp/info.el index 9ecb187e958..f65c6c36272 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -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