diff options
| author | Tassilo Horn | 2013-07-10 22:16:03 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-07-10 22:16:03 +0000 |
| commit | 4647c173e516a76fe89def783fd156a88aa4ee03 (patch) | |
| tree | 57a894c6372500c63820f1337782a3f9aaefb5a6 | |
| parent | 35cb8a3e0f6712a23d1fb16a0c90aceff45ed0e4 (diff) | |
| download | emacs-4647c173e516a76fe89def783fd156a88aa4ee03.tar.gz emacs-4647c173e516a76fe89def783fd156a88aa4ee03.zip | |
gnus.el (gnus-summary-line-format): Docfix
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/gnus/gnus.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 7348b6e603c..7d4d9a0d667 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-07-10 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * gnus.el (gnus-summary-line-format): Reference | ||
| 4 | `gnus-user-date-format-alist' for the &user-date; format, not | ||
| 5 | `gnus-summary-user-date-format-alist'. | ||
| 6 | |||
| 1 | 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 8 | ||
| 3 | * nnml.el (nnml-request-compact-group): Don't bug out if we can't | 9 | * nnml.el (nnml-request-compact-group): Don't bug out if we can't |
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 866e8f366b5..8741a03b54d 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -3007,7 +3007,7 @@ with some simple extensions. | |||
| 3007 | summary just like information from any other summary | 3007 | summary just like information from any other summary |
| 3008 | specifier. | 3008 | specifier. |
| 3009 | &user-date; Age sensitive date format. Various date format is | 3009 | &user-date; Age sensitive date format. Various date format is |
| 3010 | defined in `gnus-summary-user-date-format-alist'. | 3010 | defined in `gnus-user-date-format-alist'. |
| 3011 | 3011 | ||
| 3012 | 3012 | ||
| 3013 | The %U (status), %R (replied) and %z (zcore) specs have to be handled | 3013 | The %U (status), %R (replied) and %z (zcore) specs have to be handled |