summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2013-06-04 08:43:07 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2013-06-04 08:43:07 +0000
commitcdebc6dd0b5ee1b557d73755ca65d8c5756e81eb (patch)
tree318ed195e7a7bedd7fb9347ebaccddfa09ccf216
parent923c1bfc1e100f993f5acaca89051f14aa5fb4f6 (diff)
downloademacs-cdebc6dd0b5ee1b557d73755ca65d8c5756e81eb.tar.gz
emacs-cdebc6dd0b5ee1b557d73755ca65d8c5756e81eb.tar.bz2
emacs-cdebc6dd0b5ee1b557d73755ca65d8c5756e81eb.zip
gnus.texi (Article Date): Fix description of gnus-article-update-date-headers
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi15
2 files changed, 8 insertions, 12 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 8ee12718980..bcd3fe78ae8 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
+2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus.texi (Article Date):
+ Fix description of gnus-article-update-date-headers.
+
2013-05-28 Xue Fuqiao <xfq.free@gmail.com>
* erc.texi (Special Features): ERC is being maintained within
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index a7a9647fd81..b4d786c4d45 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -9517,18 +9517,9 @@ Say how much time has elapsed between the article was posted and now
Date: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
@end example
-This line is updated continually by default. The frequency (in
-seconds) is controlled by the @code{gnus-article-update-date-headers}
-variable.
-
-If you wish to switch updating off, say:
-
-@vindex gnus-article-update-date-headers
-@lisp
-(setq gnus-article-update-date-headers nil)
-@end lisp
-
-in your @file{~/.gnus.el} file.
+To make this line updated continually, set the
+@code{gnus-article-update-date-headers} variable to the frequency in
+seconds (the default is @code{nil}).
@item W T o
@kindex W T o (Summary)