diff options
| author | Juanma Barranquero | 2006-11-24 10:40:26 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-24 10:40:26 +0000 |
| commit | de768922f6f32903c3fc49c746e71a077b024542 (patch) | |
| tree | 2ba7ebfe354d3204449db44c6166285143c792bb | |
| parent | 01ccbb859444933470eb0e8b53503fb6ddacc93b (diff) | |
| download | emacs-de768922f6f32903c3fc49c746e71a077b024542.tar.gz emacs-de768922f6f32903c3fc49c746e71a077b024542.zip | |
(gnus-options-subscribe, gnus-options-not-subscribe, gnus-subscribe-newsgroup,
gnus-1): Fix space/tab mixup in docstrings.
| -rw-r--r-- | lisp/gnus/gnus-start.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 134078638c6..22a807b77a7 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | ;; GNU Emacs is distributed in the hope that it will be useful, | 16 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | ;; GNU General Public License for more details. | 19 | ;; GNU General Public License for more details. |
| 20 | 20 | ||
| 21 | ;; You should have received a copy of the GNU General Public License | 21 | ;; You should have received a copy of the GNU General Public License |
| @@ -352,7 +352,7 @@ be subscribed using `gnus-subscribe-options-newsgroup-method'." | |||
| 352 | 352 | ||
| 353 | (defcustom gnus-options-subscribe nil | 353 | (defcustom gnus-options-subscribe nil |
| 354 | "*All new groups matching this regexp will be subscribed unconditionally. | 354 | "*All new groups matching this regexp will be subscribed unconditionally. |
| 355 | Note that this variable deals only with new newsgroups. This variable | 355 | Note that this variable deals only with new newsgroups. This variable |
| 356 | does not affect old newsgroups. | 356 | does not affect old newsgroups. |
| 357 | 357 | ||
| 358 | New groups that match this regexp will not be handled by | 358 | New groups that match this regexp will not be handled by |
| @@ -364,7 +364,7 @@ be subscribed using `gnus-subscribe-options-newsgroup-method'." | |||
| 364 | 364 | ||
| 365 | (defcustom gnus-options-not-subscribe nil | 365 | (defcustom gnus-options-not-subscribe nil |
| 366 | "*All new groups matching this regexp will be ignored. | 366 | "*All new groups matching this regexp will be ignored. |
| 367 | Note that this variable deals only with new newsgroups. This variable | 367 | Note that this variable deals only with new newsgroups. This variable |
| 368 | does not affect old (already subscribed) newsgroups." | 368 | does not affect old (already subscribed) newsgroups." |
| 369 | :group 'gnus-group-new | 369 | :group 'gnus-group-new |
| 370 | :type '(choice regexp | 370 | :type '(choice regexp |
| @@ -620,7 +620,7 @@ it is killed." | |||
| 620 | 620 | ||
| 621 | (defun gnus-subscribe-newsgroup (newsgroup &optional next) | 621 | (defun gnus-subscribe-newsgroup (newsgroup &optional next) |
| 622 | "Subscribe new NEWSGROUP. | 622 | "Subscribe new NEWSGROUP. |
| 623 | If NEXT is non-nil, it is inserted before NEXT. Otherwise it is made | 623 | If NEXT is non-nil, it is inserted before NEXT. Otherwise it is made |
| 624 | the first newsgroup." | 624 | the first newsgroup." |
| 625 | (save-excursion | 625 | (save-excursion |
| 626 | (goto-char (point-min)) | 626 | (goto-char (point-min)) |
| @@ -732,7 +732,7 @@ will not connect to the local server." | |||
| 732 | (defun gnus-1 (&optional arg dont-connect slave) | 732 | (defun gnus-1 (&optional arg dont-connect slave) |
| 733 | "Read network news. | 733 | "Read network news. |
| 734 | If ARG is non-nil and a positive number, Gnus will use that as the | 734 | If ARG is non-nil and a positive number, Gnus will use that as the |
| 735 | startup level. If ARG is non-nil and not a positive number, Gnus will | 735 | startup level. If ARG is non-nil and not a positive number, Gnus will |
| 736 | prompt the user for the name of an NNTP server to use." | 736 | prompt the user for the name of an NNTP server to use." |
| 737 | (interactive "P") | 737 | (interactive "P") |
| 738 | 738 | ||