summaryrefslogtreecommitdiff
path: root/lisp/=gnuspost.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-05 20:02:34 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-05 20:02:34 +0000
commit2a7e2f28daaf449a3e15c429c93573e79b6312bc (patch)
treec4d89909016a9adc343774d8d27edf786516cf7b /lisp/=gnuspost.el
parentdda05b10857579baff838c76ca0afdec6891c796 (diff)
downloademacs-2a7e2f28daaf449a3e15c429c93573e79b6312bc.tar.gz
(gnus-inews-buggy-date): Doc fix.
Diffstat (limited to 'lisp/=gnuspost.el')
-rw-r--r--lisp/=gnuspost.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/=gnuspost.el b/lisp/=gnuspost.el
index 904cfc3ddf1..33aa02d2a12 100644
--- a/lisp/=gnuspost.el
+++ b/lisp/=gnuspost.el
@@ -720,8 +720,7 @@ The optional argument ZONE specifies the local time zone (default GMT)."
zone "GMT"))
(defun gnus-inews-buggy-date (&optional time)
- "A buggy date string that represents TIME; this ignores the time zone
-and does not conform to the Usenet standard, but it sometimes works anyway.
+ "A buggy date string that represents TIME.
TIME is optional and defaults to the current time.
Some older versions of Emacs always act as if TIME is nil."
(let ((date (if (fboundp 'current-time)