Mercurial > emacs
changeset 3132:e32cef1a19b7
(gnus-local-organization): Renamed from ...-your-...
(gnus-local-domain): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 26 May 1993 20:26:43 +0000 |
parents | ae1e4c736d80 |
children | 2c1553d7aad1 |
files | lisp/paths.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.")