aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-06 17:30:13 +0000
committerJuanma Barranquero2003-05-06 17:30:13 +0000
commita4f5043f63c8acdfb615fc8933b6ec3424b8633e (patch)
treebe53325d8c37a4db8b3bda110574875871509da7
parent9df382fe168349595908ecd8bd6184d3ca66628c (diff)
downloademacs-a4f5043f63c8acdfb615fc8933b6ec3424b8633e.tar.gz
emacs-a4f5043f63c8acdfb615fc8933b6ec3424b8633e.zip
(gnus-group-parameters): Don't quote nil and t in docstrings.
-rw-r--r--lisp/gnus/gnus-cus.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el
index 32dc57d5a91..a20852796f4 100644
--- a/lisp/gnus/gnus-cus.el
+++ b/lisp/gnus/gnus-cus.el
@@ -161,7 +161,7 @@ All posts will be sent to the specified group.")
161 (string :format "%v" :hide-front-space t)) "\ 161 (string :format "%v" :hide-front-space t)) "\
162Specify default value for GCC header. 162Specify default value for GCC header.
163 163
164If this symbol is present in the group parameter list and set to `t', 164If this symbol is present in the group parameter list and set to t,
165new composed messages will be `Gcc''d to the current group. If it is 165new composed messages will be `Gcc''d to the current group. If it is
166present and set to `none', no `Gcc:' header will be generated, if it 166present and set to `none', no `Gcc:' header will be generated, if it
167is present and a string, this string will be inserted literally as a 167is present and a string, this string will be inserted literally as a
@@ -387,7 +387,7 @@ Set variables local to the group you are entering.
387If you want to turn threading off in `news.answers', you could put 387If you want to turn threading off in `news.answers', you could put
388`(gnus-show-threads nil)' in the group parameters of that group. 388`(gnus-show-threads nil)' in the group parameters of that group.
389`gnus-show-threads' will be made into a local variable in the summary 389`gnus-show-threads' will be made into a local variable in the summary
390buffer you enter, and the form `nil' will be `eval'ed there. 390buffer you enter, and the form nil will be `eval'ed there.
391 391
392This can also be used as a group-specific hook function, if you'd 392This can also be used as a group-specific hook function, if you'd
393like. If you want to hear a beep when you enter a group, you could 393like. If you want to hear a beep when you enter a group, you could
@@ -500,15 +500,15 @@ by ordinary scoring rules.")
500 (sexp :format "%v" 500 (sexp :format "%v"
501 :hide-front-space t)) "\ 501 :hide-front-space t)) "\
502This entry controls the adaptive scoring. 502This entry controls the adaptive scoring.
503If it is `t', the default adaptive scoring rules will be used. If it 503If it is t, the default adaptive scoring rules will be used. If it
504is `ignore', no adaptive scoring will be performed on this group. If 504is `ignore', no adaptive scoring will be performed on this group. If
505it is a list, this list will be used as the adaptive scoring rules. 505it is a list, this list will be used as the adaptive scoring rules.
506If it isn't present, or is something other than `t' or `ignore', the 506If it isn't present, or is something other than t or `ignore', the
507default adaptive scoring rules will be used. If you want to use 507default adaptive scoring rules will be used. If you want to use
508adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring' 508adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring'
509to `t', and insert an `(adapt ignore)' in the groups where you do not 509to t, and insert an `(adapt ignore)' in the groups where you do not
510want adaptive scoring. If you only want adaptive scoring in a few 510want adaptive scoring. If you only want adaptive scoring in a few
511groups, you'd set `gnus-use-adaptive-scoring' to `nil', and insert 511groups, you'd set `gnus-use-adaptive-scoring' to nil, and insert
512`(adapt t)' in the score files of the groups where you want it.") 512`(adapt t)' in the score files of the groups where you want it.")
513 513
514 (adapt-file (file :tag "Adapt-file") "\ 514 (adapt-file (file :tag "Adapt-file") "\