aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog9
-rw-r--r--man/gnus.texi19
2 files changed, 20 insertions, 8 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index d66d7ac7793..6159a91c8fa 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Group Parameters): Reorder the text and add a note about
4 `gnus-parameters' near the beginning of the node.
5
62007-12-17 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
7
8 * gnus.texi (Score File Editing): Fix function name.
9
12007-12-27 Richard Stallman <rms@gnu.org> 102007-12-27 Richard Stallman <rms@gnu.org>
2 11
3 * text.texi (Formatted Text): Improve menu tag. 12 * text.texi (Formatted Text): Improve menu tag.
diff --git a/man/gnus.texi b/man/gnus.texi
index 5ced5e29a99..747421959cb 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -2717,6 +2717,15 @@ newsgroups.
2717@cindex group parameters 2717@cindex group parameters
2718 2718
2719The group parameters store information local to a particular group. 2719The group parameters store information local to a particular group.
2720
2721Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2722group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2723presents you with a Customize-like interface. The latter helps avoid
2724silly Lisp errors.) You might also be interested in reading about topic
2725parameters (@pxref{Topic Parameters}).
2726Additionally, you can set group parameters via the
2727@code{gnus-parameters} variable, see below.
2728
2720Here's an example group parameter list: 2729Here's an example group parameter list:
2721 2730
2722@example 2731@example
@@ -3083,12 +3092,6 @@ expired.
3083 3092
3084@end table 3093@end table
3085 3094
3086Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3087group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3088presents you with a Customize-like interface. The latter helps avoid
3089silly Lisp errors.) You might also be interested in reading about topic
3090parameters (@pxref{Topic Parameters}).
3091
3092@vindex gnus-parameters 3095@vindex gnus-parameters
3093Group parameters can be set via the @code{gnus-parameters} variable too. 3096Group parameters can be set via the @code{gnus-parameters} variable too.
3094But some variables, such as @code{visible}, have no effect (For this 3097But some variables, such as @code{visible}, have no effect (For this
@@ -20333,9 +20336,9 @@ additional commands:
20333 20336
20334@item C-c C-c 20337@item C-c C-c
20335@kindex C-c C-c (Score) 20338@kindex C-c C-c (Score)
20336@findex gnus-score-edit-done 20339@findex gnus-score-edit-exit
20337Save the changes you have made and return to the summary buffer 20340Save the changes you have made and return to the summary buffer
20338(@code{gnus-score-edit-done}). 20341(@code{gnus-score-edit-exit}).
20339 20342
20340@item C-c C-d 20343@item C-c C-d
20341@kindex C-c C-d (Score) 20344@kindex C-c C-d (Score)