diff options
author | Eric Abrahamsen <eric@ericabrahamsen.net> | 2017-09-29 13:58:04 -0700 |
---|---|---|
committer | Eric Abrahamsen <eric@ericabrahamsen.net> | 2017-10-21 19:22:22 -0700 |
commit | 73dda4e0b45a1f831d5f990fb29e958a76ccc518 (patch) | |
tree | c72e3ffe7fd751597727059be2c7cfe66f33d846 /lisp/gnus/gnus-group.el | |
parent | 92045f4546b9708dc9f69954799d211c1f56ff1e (diff) | |
download | emacs-scratch/gnus-docs.tar.gz |
Add more comments and docstrings to Gnus source filesscratch/gnus-docs
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 985efe6272f..94e32e778b2 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -2080,7 +2080,7 @@ that group." no-article nil no-display nil select-articles))) (defun gnus-group-select-group (&optional all) - "Select this newsgroup. + "Read news in this newsgroup. No article is selected automatically. If the group is opened, just switch the summary buffer. If ALL is non-nil, already read articles become readable. |