diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-26 20:26:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-26 20:26:43 +0000 |
commit | 4c149073d57422efb1f7414d6b1323636f4aa498 (patch) | |
tree | 3825d006b30c10da2760db2aa8d33565409cfcfd /lisp/paths.el | |
parent | 944cf49b35b9fc50f7638c57b74e2d2c96b621f7 (diff) | |
download | emacs-4c149073d57422efb1f7414d6b1323636f4aa498.tar.gz |
(gnus-local-organization): Renamed from ...-your-...
(gnus-local-domain): Likewise.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 4e3bd2cd4d4..b618f0186c0 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -62,13 +62,13 @@ environment variable or, if none, this value.") Go to a local news spool if its value is nil, in which case `gnus-nntp-server' should be set to `(system-name)'.") -(defvar gnus-your-domain nil +(defvar gnus-local-domain nil "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" The DOMAINNAME environment variable is used instead if defined. If the function `system-name' returns a fully qualified domain name, there is no need to define the name.") -(defvar gnus-your-organization "" +(defvar gnus-local-organization "" "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" The `ORGANIZATION' environment variable is used instead if defined.") |