diff options
| author | Stefan Monnier | 2001-12-04 19:28:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-12-04 19:28:25 +0000 |
| commit | 54cf809264128710012dce53e987f694723721b0 (patch) | |
| tree | 8fe99c09a80c5cf574b345362866833dcc7c5af6 | |
| parent | 02c6a1ccf0e98cf71c1b647750c04a2b42025ff9 (diff) | |
| download | emacs-54cf809264128710012dce53e987f694723721b0.tar.gz emacs-54cf809264128710012dce53e987f694723721b0.zip | |
Doc fix.
| -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 43358ad53f9..b1473692e4a 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -3462,7 +3462,7 @@ group." | |||
| 3462 | 3462 | ||
| 3463 | (defun gnus-group-find-new-groups (&optional arg) | 3463 | (defun gnus-group-find-new-groups (&optional arg) |
| 3464 | "Search for new groups and add them. | 3464 | "Search for new groups and add them. |
| 3465 | Each new group will be treated with `gnus-subscribe-newsgroup-method.' | 3465 | Each new group will be treated with `gnus-subscribe-newsgroup-method'. |
| 3466 | With 1 C-u, use the `ask-server' method to query the server for new | 3466 | With 1 C-u, use the `ask-server' method to query the server for new |
| 3467 | groups. | 3467 | groups. |
| 3468 | With 2 C-u's, use most complete method possible to query the server | 3468 | With 2 C-u's, use most complete method possible to query the server |