From: Tassilo Horn Date: Tue, 6 Jan 2009 11:39:20 +0000 (+0000) Subject: (gnus-treat-display-face): Fix docstring link to point to X-Git-Tag: emacs-pretest-23.0.90~666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41ec3f54f69fd626748db0811d76facf1136253b;p=emacs.git (gnus-treat-display-face): Fix docstring link to point to `(gnus)Face', not `(gnus)X-Face'. --- 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 + + * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to + `(gnus)Face', not `(gnus)X-Face'. + 2009-01-03 Michael Olson * 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")