diff options
| author | root | 1990-08-30 09:39:31 +0000 |
|---|---|---|
| committer | root | 1990-08-30 09:39:31 +0000 |
| commit | 527a0f36aafe6b31200dae774b2fa24e6c8bd691 (patch) | |
| tree | 0613f65d17d504049c2e96121d0385037f14667d | |
| parent | a0824fec8b726354f87cc94488116545894edde3 (diff) | |
| download | emacs-527a0f36aafe6b31200dae774b2fa24e6c8bd691.tar.gz emacs-527a0f36aafe6b31200dae774b2fa24e6c8bd691.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/paths.el | 11 |
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. |
| 45 | If it is a string such as `:DIRECTORY', then ~/DIRECTORY | 45 | If it is a string such as \":DIRECTORY\", then ~/DIRECTORY |
| 46 | is used as a news spool. gnus-nntp-server is initialised from NNTPSERVER | 46 | is used as a news spool. `gnus-nntp-server' is initialised from NNTPSERVER |
| 47 | environment variable or, if none, this value.") | 47 | environment 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). |
| 51 | Go to a local news spool if its value is nil.") | 51 | Go to a local news spool if its value is nil, in which case `gnus-nntp-server' |
| 52 | should 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\" |
| 55 | The `DOMAINNAME' environment variable is used instead if defined. If | 56 | The DOMAINNAME environment variable is used instead if defined. If |
| 56 | the function (system-name) returns a fully qualified domain name, there is no | 57 | the function `system-name' returns a fully qualified domain name, there is no |
| 57 | need to define the name.") | 58 | need to define the name.") |
| 58 | 59 | ||
| 59 | (defvar gnus-your-organization "" | 60 | (defvar gnus-your-organization "" |