diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-05 20:02:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-05 20:02:34 +0000 |
commit | c1293b1b19db5ac54a8d26873564c60ba5d68a1c (patch) | |
tree | eb9fff3ef79756852ba9a722fa54b6153326c2b9 /lisp/gnuspost.el | |
parent | dce33aad41a653f2b1ba5fe98dd1e3b519ca9ade (diff) | |
download | emacs-c1293b1b19db5ac54a8d26873564c60ba5d68a1c.tar.gz |
(gnus-inews-buggy-date): Doc fix.
Diffstat (limited to 'lisp/gnuspost.el')
-rw-r--r-- | lisp/gnuspost.el | 3 |
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) |