summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/paths.el4
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.")