aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-05 09:17:34 +0000
committerRichard M. Stallman <[email protected]>1993-06-05 09:17:34 +0000
commit65a91500aa6b52fe2d4db8ea1094a498009f7f54 (patch)
treea4247afa6caa349b5156248700e293fc9fc42db2 /lisp/gnus.el
parent1ea40ac2be74095dc367c97c5540fd6c501c212c (diff)
(gnus-local-timezone): Doc fix.
Diffstat (limited to 'lisp/gnus.el')
-rw-r--r--lisp/gnus.el13
1 files changed, 9 insertions, 4 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 60cb1ec160..89ffe4a80b 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1,6 +1,6 @@
;;; GNUS: an NNTP-based News Reader for GNU Emacs
;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
-;; $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.16 1993/05/30 23:56:49 rms Exp rms $
+;; $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.17 1993/06/04 05:33:32 rms Exp rms $
;; This file is part of GNU Emacs.
@@ -571,9 +571,14 @@ This hook is called before saving the `.newsrc' file.")
;; site-init.el, default.el or your .emacs.
(defvar gnus-local-timezone nil
- "*Local time zone. Both styles, \"JST\" and +0900 are acceptable.
-If its value is non-nil, valid Date: field will be generated in terms
-of RFC822. In this case, timezone package must be installed.")
+ "*Local time zone.
+This value is used only if `current-time-zone' does not work in your Emacs.
+It specifies the GMT offset, i.e. a decimal integer
+of the form +-HHMM giving the hours and minutes ahead of (i.e. east of) GMT.
+For example, +0900 should be used in Japan, since it is 9 hours ahead of GMT.
+
+For backwards compatibility, it may also be a string like \"JST\",
+but strings are obsolescent: you should use numeric offsets instead.")
(defvar gnus-local-domain nil
"*Local domain name without a host name like: \"stars.flab.Fujitsu.CO.JP\"