aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-11-28 13:55:57 +0000
committerRichard M. Stallman1994-11-28 13:55:57 +0000
commitd390e294f59145e240c96ba8b795e1ef9a65abd9 (patch)
treef78702d8b3c4c10b36d79825158e120f9207325a
parent46e4828217c59c105a79af27ff2d7fc7298db7ad (diff)
downloademacs-d390e294f59145e240c96ba8b795e1ef9a65abd9.tar.gz
emacs-d390e294f59145e240c96ba8b795e1ef9a65abd9.zip
(gnus-default-nntp-server): Doc fix.
-rw-r--r--lisp/paths.el4
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).")
62(defvar gnus-default-nntp-server "" 62(defvar gnus-default-nntp-server ""
63 ;; set this to your local server 63 ;; set this to your local server
64 "The name of the host running an NNTP server. 64 "The name of the host running an NNTP server.
65If it is a string such as \":DIRECTORY\", then ~/DIRECTORY 65The null string means use the local host as the server site.")
66is used as a news spool. `gnus-nntp-server' is initialised from NNTPSERVER
67environment variable or, if none, this value.")
68 66
69(defvar gnus-nntp-service "nntp" 67(defvar gnus-nntp-service "nntp"
70 "NNTP service name, usually \"nntp\" or 119). 68 "NNTP service name, usually \"nntp\" or 119).