Variable: nnfeed-group-names

nnfeed-group-names is a variable defined in nnfeed.el.gz.

Value

#s(hash-table test equal)

Documentation

Hash table mapping real group names to their custom name.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnfeed.el.gz
(defvoo nnfeed-group-names (make-hash-table :test 'equal)
  "Hash table mapping real group names to their custom name.")