Variable: nndiary-newsgroups-file

nndiary-newsgroups-file is a variable defined in nndiary.el.gz.

Value

"/root/News/diary/newsgroups"

Documentation

Newsgroups description file for the nndiary back end.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defvoo nndiary-newsgroups-file
    (expand-file-name "newsgroups" nndiary-directory)
  "Newsgroups description file for the nndiary back end.")