diff options
| author | Richard M. Stallman | 1994-11-28 13:55:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-28 13:55:57 +0000 |
| commit | d390e294f59145e240c96ba8b795e1ef9a65abd9 (patch) | |
| tree | f78702d8b3c4c10b36d79825158e120f9207325a | |
| parent | 46e4828217c59c105a79af27ff2d7fc7298db7ad (diff) | |
| download | emacs-d390e294f59145e240c96ba8b795e1ef9a65abd9.tar.gz emacs-d390e294f59145e240c96ba8b795e1ef9a65abd9.zip | |
(gnus-default-nntp-server): Doc fix.
| -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).") | |||
| 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. |
| 65 | If it is a string such as \":DIRECTORY\", then ~/DIRECTORY | 65 | The null string means use the local host as the server site.") |
| 66 | is used as a news spool. `gnus-nntp-server' is initialised from NNTPSERVER | ||
| 67 | environment 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). |