# HG changeset patch # User Richard M. Stallman # Date 738448003 0 # Node ID e32cef1a19b7c2a85b02c5afd20877ad657b73cd # Parent ae1e4c736d80dab2c621d9b8317402bd8ad91d8c (gnus-local-organization): Renamed from ...-your-... (gnus-local-domain): Likewise. diff -r ae1e4c736d80 -r e32cef1a19b7 lisp/paths.el --- a/lisp/paths.el Wed May 26 20:03:16 1993 +0000 +++ b/lisp/paths.el Wed May 26 20:26:43 1993 +0000 @@ -62,13 +62,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-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.")