aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorTassilo Horn <[email protected]>2009-01-06 11:39:20 +0000
committerTassilo Horn <[email protected]>2009-01-06 11:39:20 +0000
commit41ec3f54f69fd626748db0811d76facf1136253b (patch)
tree8086f78b2551185ae1718ab9f011de759556b91a /lisp/gnus
parent2c418c5bbfbf2b9feb036f92657471db9567a483 (diff)
(gnus-treat-display-face): Fix docstring link to point to
`(gnus)Face', not `(gnus)X-Face'.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-art.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 439cbea5a1..9e964d4203 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-06 Tassilo Horn <[email protected]>
+
+ * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
+ `(gnus)Face', not `(gnus)X-Face'.
+
2009-01-03 Michael Olson <[email protected]>
* nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index be493d5125..2237fd6518 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -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")