diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-29 16:05:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-29 16:05:59 +0000 |
commit | 2443f7803eb9095a2f1380a3456bb2212833fd3d (patch) | |
tree | 685efaafd42135ef5947ae0ec319f73110df6366 /lisp | |
parent | 9a99c436f1f6ece58df82f725b5051fc12372f5f (diff) | |
download | emacs-2443f7803eb9095a2f1380a3456bb2212833fd3d.tar.gz |
(gnus-local-organization): Initially nil.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/paths.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 46ebbc6c6e1..9e1b8f8e94a 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -68,13 +68,13 @@ 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-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.") + "*Your domain name without a host name: for example, \"ai.mit.edu\". +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 set this variable.") -(defvar gnus-local-organization "" - "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" +(defvar gnus-local-organization nil + "*The name of your organization, as a string. The `ORGANIZATION' environment variable is used instead if defined.") (defvar mh-progs |