Variable: nnweb-type

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

Value

google

Documentation

What search engine type is being used.

The only valid type is currently google.

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

Probably introduced at or before Emacs version 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnweb.el.gz
(defvoo nnweb-type 'google
  "What search engine type is being used.
The only valid type is currently `google'.")