]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/info.el (info-emphasis): Fix doc, version.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Jun 2019 16:13:22 +0000 (09:13 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Jun 2019 16:13:22 +0000 (09:13 -0700)
lisp/info.el

index 9ecb187e958bbf40d1d1f066c029002a4d163ed6..f65c6c362727a83594e92d2ba28d1f7929a60a66 100644 (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