Function: gnus-parameter-large-newsgroup-initial

gnus-parameter-large-newsgroup-initial is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-parameter-large-newsgroup-initial NAME)

Documentation

Return GROUP's initial input of the number of articles.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(gnus-define-group-parameter
 large-newsgroup-initial
 :type integer
 :function-document
 "Return GROUP's initial input of the number of articles."
 :variable-document
 "Alist of group regexps and its initial input of the number of articles."
 :variable-group gnus-group-parameter
 :parameter-type '(choice :tag "Initial Input for Large Newsgroup"
			  (const :tag "All" all)
			  (integer))
 :parameter-document "\

This number will be prompted as the initial value of the number of
articles to list when the group is a large newsgroup (see
`gnus-large-newsgroup').  If it is nil, the default value is the
total number of articles in the group.")