aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnuspost.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-05 20:02:34 +0000
committerRichard M. Stallman <[email protected]>1993-06-05 20:02:34 +0000
commitc1293b1b19db5ac54a8d26873564c60ba5d68a1c (patch)
treeeb9fff3ef79756852ba9a722fa54b6153326c2b9 /lisp/gnuspost.el
parentdce33aad41a653f2b1ba5fe98dd1e3b519ca9ade (diff)
(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 904cfc3ddf..33aa02d2a1 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)