1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Add docstring to gnus-group-toggle-subscription

* lisp/gnus/gnus-group.el (gnus-group-toggle-subscription): Add
docstring.
This commit is contained in:
Stefan Kangas 2024-11-13 23:25:52 +01:00
parent 22900b5990
commit 8e27f5bc52

View File

@ -3852,6 +3852,7 @@ If given numerical prefix, toggle the N next groups."
(gnus-group-next-group 1)) (gnus-group-next-group 1))
(defun gnus-group-toggle-subscription (group &optional silent) (defun gnus-group-toggle-subscription (group &optional silent)
"Prompt for group, and toggle its subscription."
(interactive (list (gnus-group-completing-read (interactive (list (gnus-group-completing-read
nil nil (gnus-read-active-file-p))) nil nil (gnus-read-active-file-p)))
gnus-group-mode) gnus-group-mode)