aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-29 16:05:59 +0000
committerRichard M. Stallman1993-05-29 16:05:59 +0000
commitfe9e6906d8f93fdcbc1d2097fae110c6b3306879 (patch)
treebbf5d28315baa46bb458130c25f16eff8986999f
parent9ea6cb2830a7fe93bfe3517e034e048531a1c4c7 (diff)
downloademacs-fe9e6906d8f93fdcbc1d2097fae110c6b3306879.tar.gz
emacs-fe9e6906d8f93fdcbc1d2097fae110c6b3306879.zip
(gnus-local-organization): Initially nil.
-rw-r--r--lisp/paths.el12
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'
68should be set to `(system-name)'.") 68should be set to `(system-name)'.")
69 69
70(defvar gnus-local-domain nil 70(defvar gnus-local-domain nil
71 "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" 71 "*Your domain name without a host name: for example, \"ai.mit.edu\".
72The DOMAINNAME environment variable is used instead if defined. If 72The DOMAINNAME environment variable is used instead if defined.
73the function `system-name' returns a fully qualified domain name, there is no 73If the function `system-name' returns a fully qualified domain name,
74need to define the name.") 74there is no need to set this variable.")
75 75
76(defvar gnus-local-organization "" 76(defvar gnus-local-organization nil
77 "Your organization like: \"Fujitsu Laboratories Ltd., Kawasaki, Japan.\" 77 "*The name of your organization, as a string.
78The `ORGANIZATION' environment variable is used instead if defined.") 78The `ORGANIZATION' environment variable is used instead if defined.")
79 79
80(defvar mh-progs 80(defvar mh-progs