diff options
| author | Stefan Kangas | 2024-11-13 23:25:52 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-11-13 23:29:57 +0100 |
| commit | 8e27f5bc5276287038dcdbaa8d09bc42f61d1073 (patch) | |
| tree | c5d2480dd5e691a763a733e81812fd777eb46c23 | |
| parent | 22900b5990888cb231d65755562879108c626088 (diff) | |
| download | emacs-8e27f5bc5276287038dcdbaa8d09bc42f61d1073.tar.gz emacs-8e27f5bc5276287038dcdbaa8d09bc42f61d1073.zip | |
Add docstring to gnus-group-toggle-subscription
* lisp/gnus/gnus-group.el (gnus-group-toggle-subscription): Add
docstring.
| -rw-r--r-- | lisp/gnus/gnus-group.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 71bfaa639fa..788de46efda 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -3852,6 +3852,7 @@ If given numerical prefix, toggle the N next groups." | |||
| 3852 | (gnus-group-next-group 1)) | 3852 | (gnus-group-next-group 1)) |
| 3853 | 3853 | ||
| 3854 | (defun gnus-group-toggle-subscription (group &optional silent) | 3854 | (defun gnus-group-toggle-subscription (group &optional silent) |
| 3855 | "Prompt for group, and toggle its subscription." | ||
| 3855 | (interactive (list (gnus-group-completing-read | 3856 | (interactive (list (gnus-group-completing-read |
| 3856 | nil nil (gnus-read-active-file-p))) | 3857 | nil nil (gnus-read-active-file-p))) |
| 3857 | gnus-group-mode) | 3858 | gnus-group-mode) |