Variable: gnus-nntpserver-file

gnus-nntpserver-file is a customizable variable defined in gnus.el.gz.

Value

"/etc/nntpserver"

Documentation

A file with only the name of the nntp server in it.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-nntpserver-file "/etc/nntpserver"
  "A file with only the name of the nntp server in it."
  :group 'gnus-files
  :group 'gnus-server
  :type 'file)