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 | d390e294f59145e240c96ba8b795e1ef9a65abd9 (patch) | |
tree | f78702d8b3c4c10b36d79825158e120f9207325a /lisp/paths.el | |
parent | 46e4828217c59c105a79af27ff2d7fc7298db7ad (diff) | |
download | emacs-d390e294f59145e240c96ba8b795e1ef9a65abd9.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). |