diff options
author | Miles Bader <miles@gnu.org> | 2008-05-22 05:03:00 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-05-22 05:03:00 +0000 |
commit | a368801ce640e7e00c6e8dcf3c71a75c270268f4 (patch) | |
tree | f77994878a790e4d01ceddb768d530251f17c741 /lisp/gnus/nnheader.el | |
parent | c63028e1b49f5176b2838c85d90fc1ad3d84f3f0 (diff) | |
download | emacs-a368801ce640e7e00c6e8dcf3c71a75c270268f4.tar.gz |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1172
Diffstat (limited to 'lisp/gnus/nnheader.el')
-rw-r--r-- | lisp/gnus/nnheader.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el index cad34db1eef..dd0dc4ad360 100644 --- a/lisp/gnus/nnheader.el +++ b/lisp/gnus/nnheader.el @@ -86,7 +86,7 @@ Integer values will in effect be rounded up to the nearest multiple of ;; what's possible. Perhaps better, maybe the Windows/DOS primitive ;; could round up non-zero timeouts to a minimum of 1.0? 1.0 - 0.1) + 0.01) "How long nntp should wait between checking for the end of output. Shorter values mean quicker response, but are more CPU intensive.") |