diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 7d32b16790e..217702b7c0f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Article Date): Clarify gnus-article-update-date-headers. | ||
| 4 | |||
| 1 | 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org> | 5 | 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * gnus.texi (Window Layout): Document layout names. | 7 | * gnus.texi (Window Layout): Document layout names. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index d40522a44d5..f990ee69a08 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -9502,8 +9502,11 @@ Say how much time has elapsed between the article was posted and now | |||
| 9502 | Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago | 9502 | Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago |
| 9503 | @end example | 9503 | @end example |
| 9504 | 9504 | ||
| 9505 | This line is updated continually by default. If you wish to switch | 9505 | This line is updated continually by default. The frequency (in |
| 9506 | that off, say: | 9506 | seconds) is controlled by the @code{gnus-article-update-date-headers} |
| 9507 | variable. | ||
| 9508 | |||
| 9509 | If you wish to switch updating off, say: | ||
| 9507 | 9510 | ||
| 9508 | @vindex gnus-article-update-date-headers | 9511 | @vindex gnus-article-update-date-headers |
| 9509 | @lisp | 9512 | @lisp |