Changes committed gnus/texi (ChangeLog gnus.texi)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 272-273) - Update from CVS 2007-12-18 Reiner Steib <[email protected]> * lisp/gnus-draft.el (gnus-draft-send-message): Mention process/prefix convention in doc string. 2007-12-18 Reiner Steib <[email protected]> * texi/gnus.texi (Group Parameters): Reorder the text and add a note about `gnus-parameters' near the beginning of the node. Revision: [email protected]/gnus--devo--0--patch-435 Index: ChangeLog diff -u gnus/texi/ChangeLog:7.377 gnus/texi/ChangeLog:7.378 --- ChangeLog:7.377 Mon Dec 17 01:37:30 2007 +++ ChangeLog Fri Dec 28 23:28:04 2007 @@ -1,3 +1,8 @@ +2007-12-18 Reiner Steib <[email protected]> + + * gnus.texi (Group Parameters): Reorder the text and add a note about + `gnus-parameters' near the beginning of the node. + 2007-12-17 IRIE Tetsuya <[email protected]> (tiny change) * gnus.texi (Score File Editing): Fix function name. Index: gnus.texi diff -u gnus/texi/gnus.texi:7.266 gnus/texi/gnus.texi:7.267 --- gnus.texi:7.266 Mon Dec 17 01:37:30 2007 +++ gnus.texi Fri Dec 28 23:28:04 2007 @@ -2741,6 +2741,15 @@ @cindex group parameters The group parameters store information local to a particular group. + +Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a +group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c} +presents you with a Customize-like interface. The latter helps avoid +silly Lisp errors.) You might also be interested in reading about topic +parameters (@pxref{Topic Parameters}). +Additionally, you can set group parameters via the +@code{gnus-parameters} variable, see below. + Here's an example group parameter list: @example @@ -3129,12 +3138,6 @@ expired. @end table - -Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a -group. (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c} -presents you with a Customize-like interface. The latter helps avoid -silly Lisp errors.) You might also be interested in reading about topic -parameters (@pxref{Topic Parameters}). @vindex gnus-parameters Group parameters can be set via the @code{gnus-parameters} variable too.