Mercurial > emacs
diff lisp/=gnus.el @ 3496:509112098ff1
(gnus-local-timezone): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jun 1993 09:17:34 +0000 |
parents | 9eaa2151f7f6 |
children | 507f64624555 |
line wrap: on
line diff
--- a/lisp/=gnus.el Sat Jun 05 09:13:19 1993 +0000 +++ b/lisp/=gnus.el Sat Jun 05 09:17:34 1993 +0000 @@ -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 @@ ;; 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\"