# HG changeset patch # User Miles Bader # Date 1198880821 0 # Node ID 4d283165b713091d0dbc72cfdc6911bdabf8ef93 # Parent 984a5e469e5473a52d8f68a18abd4e5039040e89 Merge from gnus--rel--5.10 Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172 diff -r 984a5e469e54 -r 4d283165b713 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Dec 28 10:48:05 2007 +0000 +++ b/lisp/gnus/ChangeLog Fri Dec 28 22:27:01 2007 +0000 @@ -1,3 +1,8 @@ +2007-12-18 Reiner Steib + + * gnus-draft.el (gnus-draft-send-message): Mention process/prefix + convention in doc string. + 2007-12-14 Johan Bockg,Ae(Brd * gnus-sum.el (gnus-summary-mark-unread-as-read) diff -r 984a5e469e54 -r 4d283165b713 lisp/gnus/gnus-draft.el --- a/lisp/gnus/gnus-draft.el Fri Dec 28 10:48:05 2007 +0000 +++ b/lisp/gnus/gnus-draft.el Fri Dec 28 22:27:01 2007 +0000 @@ -117,7 +117,8 @@ message-send-actions))) (defun gnus-draft-send-message (&optional n) - "Send the current draft." + "Send the current draft(s). +Obeys the standard process/prefix convention." (interactive "P") (let* ((articles (gnus-summary-work-articles n)) (total (length articles)) diff -r 984a5e469e54 -r 4d283165b713 man/ChangeLog --- a/man/ChangeLog Fri Dec 28 10:48:05 2007 +0000 +++ b/man/ChangeLog Fri Dec 28 22:27:01 2007 +0000 @@ -1,3 +1,12 @@ +2007-12-18 Reiner Steib + + * 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 (tiny change) + + * gnus.texi (Score File Editing): Fix function name. + 2007-12-27 Richard Stallman * text.texi (Formatted Text): Improve menu tag. diff -r 984a5e469e54 -r 4d283165b713 man/gnus.texi --- a/man/gnus.texi Fri Dec 28 10:48:05 2007 +0000 +++ b/man/gnus.texi Fri Dec 28 22:27:01 2007 +0000 @@ -2717,6 +2717,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 @@ -3083,12 +3092,6 @@ @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. But some variables, such as @code{visible}, have no effect (For this @@ -20333,9 +20336,9 @@ @item C-c C-c @kindex C-c C-c (Score) -@findex gnus-score-edit-done +@findex gnus-score-edit-exit Save the changes you have made and return to the summary buffer -(@code{gnus-score-edit-done}). +(@code{gnus-score-edit-exit}). @item C-c C-d @kindex C-c C-d (Score)