Variable: nnweb-type

nnweb-type is a variable defined in nnweb.el.gz.

Value

google

Documentation

What search engine type is being used.

Valid types include google, dejanews, and gmane.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnweb.el.gz
(defvoo nnweb-type 'google
  "What search engine type is being used.
Valid types include `google', `dejanews', and `gmane'.")