summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTassilo Horn <tassilo@member.fsf.org>2009-01-06 11:39:20 +0000
committerTassilo Horn <tassilo@member.fsf.org>2009-01-06 11:39:20 +0000
commit41ec3f54f69fd626748db0811d76facf1136253b (patch)
tree8086f78b2551185ae1718ab9f011de759556b91a
parent2c418c5bbfbf2b9feb036f92657471db9567a483 (diff)
downloademacs-41ec3f54f69fd626748db0811d76facf1136253b.tar.gz
emacs-41ec3f54f69fd626748db0811d76facf1136253b.tar.bz2
emacs-41ec3f54f69fd626748db0811d76facf1136253b.zip
(gnus-treat-display-face): Fix docstring link to point to
`(gnus)Face', not `(gnus)X-Face'.
-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 439cbea5a1a..9e964d4203f 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -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
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index be493d51254..2237fd65187 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")