]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-treat-display-face): Fix docstring link to point to
authorTassilo Horn <tassilo@member.fsf.org>
Tue, 6 Jan 2009 11:39:20 +0000 (11:39 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Tue, 6 Jan 2009 11:39:20 +0000 (11:39 +0000)
`(gnus)Face', not `(gnus)X-Face'.

lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el

index 439cbea5a1ae4c235d2d048a110a5abbf247596e..9e964d4203f4857c2cc0fbbc5d7675a53c78c73a 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
+       `(gnus)Face', not `(gnus)X-Face'.
+
 2009-01-03  Michael Olson  <mwolson@gnu.org>
 
        * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
index be493d51254bd9c62b082d95ea375be9374f4ce9..2237fd651873672c717dd4f8a91783422cb2b59a 100644 (file)
@@ -1453,7 +1453,7 @@ See Info node `(gnus)Customizing Articles' and Info node
   "Display Face headers.
 Valid values are nil, t, `head', `first', `last', an integer or a
 predicate.  See Info node `(gnus)Customizing Articles' and Info
-node `(gnus)X-Face' for details."
+node `(gnus)Face' for details."
   :group 'gnus-article-treat
   :version "22.1"
   :link '(custom-manual "(gnus)Customizing Articles")