comparison 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
comparison
equal deleted inserted replaced
3495:ba3e81f00939 3496:509112098ff1
1 ;;; GNUS: an NNTP-based News Reader for GNU Emacs 1 ;;; GNUS: an NNTP-based News Reader for GNU Emacs
2 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc. 2 ;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
3 ;; $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.16 1993/05/30 23:56:49 rms Exp rms $ 3 ;; $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.17 1993/06/04 05:33:32 rms Exp rms $
4 4
5 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
6 6
7 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by 8 ;; it under the terms of the GNU General Public License as published by
569 569
570 ;; Site dependent variables. You have to define these variables in 570 ;; Site dependent variables. You have to define these variables in
571 ;; site-init.el, default.el or your .emacs. 571 ;; site-init.el, default.el or your .emacs.
572 572
573 (defvar gnus-local-timezone nil 573 (defvar gnus-local-timezone nil
574 "*Local time zone. Both styles, \"JST\" and +0900 are acceptable. 574 "*Local time zone.
575 If its value is non-nil, valid Date: field will be generated in terms 575 This value is used only if `current-time-zone' does not work in your Emacs.
576 of RFC822. In this case, timezone package must be installed.") 576 It specifies the GMT offset, i.e. a decimal integer
577 of the form +-HHMM giving the hours and minutes ahead of (i.e. east of) GMT.
578 For example, +0900 should be used in Japan, since it is 9 hours ahead of GMT.
579
580 For backwards compatibility, it may also be a string like \"JST\",
581 but strings are obsolescent: you should use numeric offsets instead.")
577 582
578 (defvar gnus-local-domain nil 583 (defvar gnus-local-domain nil
579 "*Local domain name without a host name like: \"stars.flab.Fujitsu.CO.JP\" 584 "*Local domain name without a host name like: \"stars.flab.Fujitsu.CO.JP\"
580 The `DOMAINNAME' environment variable is used instead if defined. If 585 The `DOMAINNAME' environment variable is used instead if defined. If
581 the function (system-name) returns the full internet name, there is no 586 the function (system-name) returns the full internet name, there is no