diff options
| author | Juanma Barranquero | 2006-11-24 10:35:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-24 10:35:44 +0000 |
| commit | 65a3207689b6cbe10a333dc4269d06d97d411edf (patch) | |
| tree | 3bf554cfa3dd34498bccbe4a22ee1c92931746ab | |
| parent | 92c4adc1e2d5be00638f4b49da0cfae962a1de66 (diff) | |
| download | emacs-65a3207689b6cbe10a333dc4269d06d97d411edf.tar.gz emacs-65a3207689b6cbe10a333dc4269d06d97d411edf.zip | |
(gnus-nntp-server, gnus-use-cross-reference, gnus-valid-select-methods,
total-expire, gnus-summary-line-format, gnus-group-read-only-p):
Fix space/tab mixup in docstrings.
| -rw-r--r-- | lisp/gnus/gnus.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 41a79ccc1ca..81f62d7036a 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | ;; GNU Emacs is distributed in the hope that it will be useful, | 17 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 18 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 19 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | ;; GNU General Public License for more details. | 20 | ;; GNU General Public License for more details. |
| 21 | 21 | ||
| 22 | ;; You should have received a copy of the GNU General Public License | 22 | ;; You should have received a copy of the GNU General Public License |
| @@ -1335,7 +1335,7 @@ non-numeric prefix - `C-u M-x gnus', in short." | |||
| 1335 | 1335 | ||
| 1336 | (defcustom gnus-nntp-server nil | 1336 | (defcustom gnus-nntp-server nil |
| 1337 | "*The name of the host running the NNTP server. | 1337 | "*The name of the host running the NNTP server. |
| 1338 | This variable is semi-obsolete. Use the `gnus-select-method' | 1338 | This variable is semi-obsolete. Use the `gnus-select-method' |
| 1339 | variable instead." | 1339 | variable instead." |
| 1340 | :group 'gnus-server | 1340 | :group 'gnus-server |
| 1341 | :type '(choice (const :tag "disable" nil) | 1341 | :type '(choice (const :tag "disable" nil) |
| @@ -1478,7 +1478,7 @@ group." | |||
| 1478 | (defcustom gnus-use-cross-reference t | 1478 | (defcustom gnus-use-cross-reference t |
| 1479 | "*Non-nil means that cross referenced articles will be marked as read. | 1479 | "*Non-nil means that cross referenced articles will be marked as read. |
| 1480 | If nil, ignore cross references. If t, mark articles as read in | 1480 | If nil, ignore cross references. If t, mark articles as read in |
| 1481 | subscribed newsgroups. If neither t nor nil, mark as read in all | 1481 | subscribed newsgroups. If neither t nor nil, mark as read in all |
| 1482 | newsgroups." | 1482 | newsgroups." |
| 1483 | :group 'gnus-server | 1483 | :group 'gnus-server |
| 1484 | :type '(choice (const :tag "off" nil) | 1484 | :type '(choice (const :tag "off" nil) |
| @@ -1697,7 +1697,7 @@ of the select method. The other elements may be the category of | |||
| 1697 | this method (i. e., `post', `mail', `none' or whatever) or other | 1697 | this method (i. e., `post', `mail', `none' or whatever) or other |
| 1698 | properties that this method has (like being respoolable). | 1698 | properties that this method has (like being respoolable). |
| 1699 | If you implement a new select method, all you should have to change is | 1699 | If you implement a new select method, all you should have to change is |
| 1700 | this variable. I think." | 1700 | this variable. I think." |
| 1701 | :group 'gnus-server | 1701 | :group 'gnus-server |
| 1702 | :type '(repeat (group (string :tag "Name") | 1702 | :type '(repeat (group (string :tag "Name") |
| 1703 | (radio-button-choice (const :format "%v " post) | 1703 | (radio-button-choice (const :format "%v " post) |
| @@ -1851,7 +1851,7 @@ which to perform auto-expiry. This only makes sense for mail groups." | |||
| 1851 | "*Groups in which to perform expiry of all read articles. | 1851 | "*Groups in which to perform expiry of all read articles. |
| 1852 | Use with extreme caution. All groups that match this regexp will be | 1852 | Use with extreme caution. All groups that match this regexp will be |
| 1853 | expiring - which means that all read articles will be deleted after | 1853 | expiring - which means that all read articles will be deleted after |
| 1854 | \(say) one week. (This only goes for mail groups and the like, of | 1854 | \(say) one week. (This only goes for mail groups and the like, of |
| 1855 | course.)" | 1855 | course.)" |
| 1856 | :variable-group nnmail-expire | 1856 | :variable-group nnmail-expire |
| 1857 | :variable-type '(choice (const nil) | 1857 | :variable-type '(choice (const nil) |
| @@ -2983,7 +2983,7 @@ with some simple extensions. | |||
| 2983 | The %U (status), %R (replied) and %z (zcore) specs have to be handled | 2983 | The %U (status), %R (replied) and %z (zcore) specs have to be handled |
| 2984 | with care. For reasons of efficiency, Gnus will compute what column | 2984 | with care. For reasons of efficiency, Gnus will compute what column |
| 2985 | these characters will end up in, and \"hard-code\" that. This means that | 2985 | these characters will end up in, and \"hard-code\" that. This means that |
| 2986 | it is invalid to have these specs after a variable-length spec. Well, | 2986 | it is invalid to have these specs after a variable-length spec. Well, |
| 2987 | you might not be arrested, but your summary buffer will look strange, | 2987 | you might not be arrested, but your summary buffer will look strange, |
| 2988 | which is bad enough. | 2988 | which is bad enough. |
| 2989 | 2989 | ||
| @@ -3368,7 +3368,7 @@ GROUP can either be a string (a group name) or a select method." | |||
| 3368 | 3368 | ||
| 3369 | (defun gnus-group-read-only-p (&optional group) | 3369 | (defun gnus-group-read-only-p (&optional group) |
| 3370 | "Check whether GROUP supports editing or not. | 3370 | "Check whether GROUP supports editing or not. |
| 3371 | If GROUP is nil, `gnus-newsgroup-name' will be checked instead. Note | 3371 | If GROUP is nil, `gnus-newsgroup-name' will be checked instead. Note |
| 3372 | that that variable is buffer-local to the summary buffers." | 3372 | that that variable is buffer-local to the summary buffers." |
| 3373 | (let ((group (or group gnus-newsgroup-name))) | 3373 | (let ((group (or group gnus-newsgroup-name))) |
| 3374 | (not (gnus-check-backend-function 'request-replace-article group)))) | 3374 | (not (gnus-check-backend-function 'request-replace-article group)))) |
| @@ -4043,7 +4043,7 @@ If NEWSGROUP is nil, return the global kill file name instead." | |||
| 4043 | (not method))) | 4043 | (not method))) |
| 4044 | 4044 | ||
| 4045 | (defun gnus-server-extend-method (group method) | 4045 | (defun gnus-server-extend-method (group method) |
| 4046 | ;; This function "extends" a virtual server. If the server is | 4046 | ;; This function "extends" a virtual server. If the server is |
| 4047 | ;; "hello", and the select method is ("hello" (my-var "something")) | 4047 | ;; "hello", and the select method is ("hello" (my-var "something")) |
| 4048 | ;; in the group "alt.alt", this will result in a new virtual server | 4048 | ;; in the group "alt.alt", this will result in a new virtual server |
| 4049 | ;; called "hello+alt.alt". | 4049 | ;; called "hello+alt.alt". |