[gnus git] branch master updated: m0-7-170-g18bbf24 =1= Docfix.
Tassilo Horn <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 18bbf240a7d1d74562f239166acf25e87f47f2af (commit)
from 8e646eb8d4014eb95bb10e993ebf5b1ae845870d (commit)
- Log -----------------------------------------------------------------
commit 18bbf240a7d1d74562f239166acf25e87f47f2af
Author: Tassilo Horn <[email protected]>
Date: Wed Jul 10 14:38:32 2013 +0200
Docfix.
* gnus.el (gnus-summary-line-format): Reference
`gnus-user-date-format-alist' for the &user-date; format, not
`gnus-summary-user-date-format-alist'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 19f69dd..02628ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-10 Tassilo Horn <[email protected]>
+
+ * gnus.el (gnus-summary-line-format): Reference
+ `gnus-user-date-format-alist' for the &user-date; format, not
+ `gnus-summary-user-date-format-alist'.
+
2013-07-08 Lars Magne Ingebrigtsen <[email protected]>
* nnml.el (nnml-request-compact-group): Don't bug out if we can't
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 492a342..ebc6fe9 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -3007,7 +3007,7 @@ with some simple extensions.
summary just like information from any other summary
specifier.
&user-date; Age sensitive date format. Various date format is
- defined in `gnus-summary-user-date-format-alist'.
+ defined in `gnus-user-date-format-alist'.
The %U (status), %R (replied) and %z (zcore) specs have to be handled
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 6 ++++++
lisp/gnus.el | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project