Function: gnus-agent-read-group

gnus-agent-read-group is a byte-compiled function defined in gnus-agent.el.gz.

Signature

(gnus-agent-read-group)

Documentation

Read a group name in the minibuffer, with completion.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defun gnus-agent-read-group ()
  "Read a group name in the minibuffer, with completion."
  (let ((def (or (gnus-group-group-name) gnus-newsgroup-name)))
    (gnus-group-completing-read nil nil t nil nil def)))