aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2009-01-06 11:39:20 +0000
committerTassilo Horn2009-01-06 11:39:20 +0000
commit41ec3f54f69fd626748db0811d76facf1136253b (patch)
tree8086f78b2551185ae1718ab9f011de759556b91a
parent2c418c5bbfbf2b9feb036f92657471db9567a483 (diff)
downloademacs-41ec3f54f69fd626748db0811d76facf1136253b.tar.gz
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 @@
12009-01-06 Tassilo Horn <tassilo@member.fsf.org>
2
3 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4 `(gnus)Face', not `(gnus)X-Face'.
5
12009-01-03 Michael Olson <mwolson@gnu.org> 62009-01-03 Michael Olson <mwolson@gnu.org>
2 7
3 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where 8 * 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
1453 "Display Face headers. 1453 "Display Face headers.
1454Valid values are nil, t, `head', `first', `last', an integer or a 1454Valid values are nil, t, `head', `first', `last', an integer or a
1455predicate. See Info node `(gnus)Customizing Articles' and Info 1455predicate. See Info node `(gnus)Customizing Articles' and Info
1456node `(gnus)X-Face' for details." 1456node `(gnus)Face' for details."
1457 :group 'gnus-article-treat 1457 :group 'gnus-article-treat
1458 :version "22.1" 1458 :version "22.1"
1459 :link '(custom-manual "(gnus)Customizing Articles") 1459 :link '(custom-manual "(gnus)Customizing Articles")