diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-28 13:55:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-28 13:55:57 +0000 |
commit | 8b6e34893f58fd9c10d445b90cf47df265713781 (patch) | |
tree | 3739bb92f6737a2cdecb979c1addc0681e2f4b0d /lisp/paths.el | |
parent | 67b02db865de133ef94bd8b23fa187ee772b96fe (diff) | |
download | emacs-8b6e34893f58fd9c10d445b90cf47df265713781.tar.gz |
(gnus-default-nntp-server): Doc fix.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r-- | lisp/paths.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 50bdac7c87c..843800042a8 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -62,9 +62,7 @@ normally should come last (so that local files override standard ones).") (defvar gnus-default-nntp-server "" ;; set this to your local server "The name of the host running an NNTP server. -If it is a string such as \":DIRECTORY\", then ~/DIRECTORY -is used as a news spool. `gnus-nntp-server' is initialised from NNTPSERVER -environment variable or, if none, this value.") +The null string means use the local host as the server site.") (defvar gnus-nntp-service "nntp" "NNTP service name, usually \"nntp\" or 119). |