emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 55ccd1b: * lisp/info.el (info-emphasis): Fix doc, v


From: Glenn Morris
Subject: [Emacs-diffs] master 55ccd1b: * lisp/info.el (info-emphasis): Fix doc, version.
Date: Tue, 25 Jun 2019 12:13:33 -0400 (EDT)

branch: master
commit 55ccd1b4854153497a538c85b0063d6ff02ded5c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 9ecb187..f65c6c3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]