aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot1990-08-30 09:39:31 +0000
committerroot1990-08-30 09:39:31 +0000
commit527a0f36aafe6b31200dae774b2fa24e6c8bd691 (patch)
tree0613f65d17d504049c2e96121d0385037f14667d
parenta0824fec8b726354f87cc94488116545894edde3 (diff)
downloademacs-527a0f36aafe6b31200dae774b2fa24e6c8bd691.tar.gz
emacs-527a0f36aafe6b31200dae774b2fa24e6c8bd691.zip
*** empty log message ***
-rw-r--r--lisp/paths.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/paths.el b/lisp/paths.el
index 2882ad6c255..0b3f368f5d5 100644
--- a/lisp/paths.el
+++ b/lisp/paths.el
@@ -42,18 +42,19 @@
42(defvar gnus-default-nntp-server "" 42(defvar gnus-default-nntp-server ""
43 ;; set this to your local server 43 ;; set this to your local server
44 "The name of the host running an NNTP server. 44 "The name of the host running an NNTP server.
45If it is a string such as `:DIRECTORY', then ~/DIRECTORY 45If it is a string such as \":DIRECTORY\", then ~/DIRECTORY
46is used as a news spool. gnus-nntp-server is initialised from NNTPSERVER 46is used as a news spool. `gnus-nntp-server' is initialised from NNTPSERVER
47environment variable or, if none, this value.") 47environment variable or, if none, this value.")
48 48
49(defvar gnus-nntp-service "nntp" 49(defvar gnus-nntp-service "nntp"
50 "NNTP service name, usually \"nntp\" or 119). 50 "NNTP service name, usually \"nntp\" or 119).
51Go to a local news spool if its value is nil.") 51Go to a local news spool if its value is nil, in which case `gnus-nntp-server'
52should be set to `(system-name)'.")
52 53
53(defvar gnus-your-domain nil 54(defvar gnus-your-domain nil
54 "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\" 55 "Your domain name without your host name like: \"stars.flab.Fujitsu.CO.JP\"
55The `DOMAINNAME' environment variable is used instead if defined. If 56The DOMAINNAME environment variable is used instead if defined. If
56the function (system-name) returns a fully qualified domain name, there is no 57the function `system-name' returns a fully qualified domain name, there is no
57need to define the name.") 58need to define the name.")
58 59
59(defvar gnus-your-organization "" 60(defvar gnus-your-organization ""