From 8afd8a1fed7e0e3d5052ca55db14f7c27268ca2c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 28 Dec 2007 22:28:04 +0000 Subject: [PATCH] Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 272-273) - Update from CVS 2007-12-18 Reiner Steib * lisp/gnus-draft.el (gnus-draft-send-message): Mention process/prefix convention in doc string. 2007-12-18 Reiner Steib * texi/gnus.texi (Group Parameters): Reorder the text and add a note about `gnus-parameters' near the beginning of the node. Revision: emacs@sv.gnu.org/gnus--devo--0--patch-435 --- lisp/ChangeLog | 5 +++++ lisp/gnus-draft.el | 3 ++- texi/ChangeLog | 5 +++++ texi/gnus.texi | 15 +++++++++------ 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 78587330a..543231de4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -47,6 +47,11 @@ * encrypt.el: Clarify documentation. Load password-cache or password, whichever one is found first, instead of autoloading. +2007-12-18 Reiner Steib + + * gnus-draft.el (gnus-draft-send-message): Mention process/prefix + convention in doc string. + 2007-12-17 Katsumi Yamaoka * gnus-art.el (gnus-article-browse-html-parts): Add message header and diff --git a/lisp/gnus-draft.el b/lisp/gnus-draft.el index 344f9c028..6873c3dcb 100644 --- a/lisp/gnus-draft.el +++ b/lisp/gnus-draft.el @@ -119,7 +119,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 --git a/texi/ChangeLog b/texi/ChangeLog index 864fa5c73..0f1946285 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/texi/gnus.texi b/texi/gnus.texi index 5f1012285..9bd4e5060 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -2741,6 +2741,15 @@ newsgroups. @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 @@ -3130,12 +3139,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. But some variables, such as @code{visible}, have no effect (For this -- 2.34.1