diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index fa436e0b87d..c8e2feb2f28 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -18335,12 +18335,12 @@ As a special case, a star in either @code{Dom} or @code{Dow} doesn't mean ``all possible values'', but ``use only the other field''. Note that if both are star'ed, the use of either one gives the same result. @item -The @code{Time-Zone} header is special in that it can only have one +The @code{Time-Zone} header is special in that it can have only one value (@code{GMT}, for instance). A star doesn't mean ``all possible values'' (because it makes no sense), but ``the current local time zone''. Most of the time, you'll be using a star here. However, for a -list of available time zone values, see the variable -@code{nndiary-headers}. +Universal Time entry, you can use @code{GMT}, @code{UT}, @code{UTC} or +@code{Z}. @end itemize As a concrete example, here are the diary headers to add to your message diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 8c7f815652f..ac10718a23a 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el @@ -1201,7 +1201,7 @@ all. This may very well take some time.") ;; Parse the cron-like value of header X-Diary-HEAD in current buffer. ;; - Returns nil if `*' ;; - Otherwise returns a list of integers and/or ranges (BEG . END) - ;; The exception is the Timze-Zone value which is always of the form (STR). + ;; The exception is the Time-Zone value which is always of the form (STR). ;; Signals are caught by `nndiary-schedule'. (let ((header (format "^X-Diary-%s: \\(.*\\)$" head))) (goto-char (point-min))