From 55ccd1b4854153497a538c85b0063d6ff02ded5c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 Jun 2019 09:13:22 -0700 Subject: [PATCH] * lisp/info.el (info-emphasis): Fix doc, version. --- lisp/info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5