comparison lisp/gnus/gnus-cus.el @ 50849:702762701b10

(gnus-group-parameters): Don't quote nil and t in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 06 May 2003 17:30:13 +0000
parents a2299d46da2a
children 695cf19ef79e
comparison
equal deleted inserted replaced
50848:094f6044edfd 50849:702762701b10
159 (const :tag "To current group" t) 159 (const :tag "To current group" t)
160 (const none) 160 (const none)
161 (string :format "%v" :hide-front-space t)) "\ 161 (string :format "%v" :hide-front-space t)) "\
162 Specify default value for GCC header. 162 Specify default value for GCC header.
163 163
164 If this symbol is present in the group parameter list and set to `t', 164 If this symbol is present in the group parameter list and set to t,
165 new composed messages will be `Gcc''d to the current group. If it is 165 new composed messages will be `Gcc''d to the current group. If it is
166 present and set to `none', no `Gcc:' header will be generated, if it 166 present and set to `none', no `Gcc:' header will be generated, if it
167 is present and a string, this string will be inserted literally as a 167 is present and a string, this string will be inserted literally as a
168 `gcc' header (this symbol takes precedence over any default `Gcc' 168 `gcc' header (this symbol takes precedence over any default `Gcc'
169 rules as described later).") 169 rules as described later).")
385 Set variables local to the group you are entering. 385 Set variables local to the group you are entering.
386 386
387 If you want to turn threading off in `news.answers', you could put 387 If 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
390 buffer you enter, and the form `nil' will be `eval'ed there. 390 buffer you enter, and the form nil will be `eval'ed there.
391 391
392 This can also be used as a group-specific hook function, if you'd 392 This can also be used as a group-specific hook function, if you'd
393 like. If you want to hear a beep when you enter a group, you could 393 like. If you want to hear a beep when you enter a group, you could
394 put something like `(dummy-variable (ding))' in the parameters of that 394 put something like `(dummy-variable (ding))' in the parameters of that
395 group. `dummy-variable' will be set to the result of the `(ding)' 395 group. `dummy-variable' will be set to the result of the `(ding)'
498 (const t) 498 (const t)
499 (const ignore) 499 (const ignore)
500 (sexp :format "%v" 500 (sexp :format "%v"
501 :hide-front-space t)) "\ 501 :hide-front-space t)) "\
502 This entry controls the adaptive scoring. 502 This entry controls the adaptive scoring.
503 If it is `t', the default adaptive scoring rules will be used. If it 503 If it is t, the default adaptive scoring rules will be used. If it
504 is `ignore', no adaptive scoring will be performed on this group. If 504 is `ignore', no adaptive scoring will be performed on this group. If
505 it is a list, this list will be used as the adaptive scoring rules. 505 it is a list, this list will be used as the adaptive scoring rules.
506 If it isn't present, or is something other than `t' or `ignore', the 506 If it isn't present, or is something other than t or `ignore', the
507 default adaptive scoring rules will be used. If you want to use 507 default adaptive scoring rules will be used. If you want to use
508 adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring' 508 adaptive scoring on most groups, you'd set `gnus-use-adaptive-scoring'
509 to `t', and insert an `(adapt ignore)' in the groups where you do not 509 to t, and insert an `(adapt ignore)' in the groups where you do not
510 want adaptive scoring. If you only want adaptive scoring in a few 510 want adaptive scoring. If you only want adaptive scoring in a few
511 groups, you'd set `gnus-use-adaptive-scoring' to `nil', and insert 511 groups, 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") "\
515 All adaptive score entries will go to the file named by this entry. 515 All adaptive score entries will go to the file named by this entry.
516 It will also be applied when entering the group. This atom might 516 It will also be applied when entering the group. This atom might