aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-draft.el3
-rw-r--r--man/ChangeLog9
-rw-r--r--man/gnus.texi19
4 files changed, 27 insertions, 9 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 83449d6f00..0e6fc13939 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-18 Reiner Steib <[email protected]>
+
+ * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
+ convention in doc string.
+
2007-12-14 Johan Bockg,Ae(Brd <[email protected]>
* gnus-sum.el (gnus-summary-mark-unread-as-read)
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el
index 287d71844a..49b1343af8 100644
--- a/lisp/gnus/gnus-draft.el
+++ b/lisp/gnus/gnus-draft.el
@@ -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 --git a/man/ChangeLog b/man/ChangeLog
index d66d7ac779..6159a91c8f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2007-12-27 Richard Stallman <[email protected]>
* text.texi (Formatted Text): Improve menu tag.
diff --git a/man/gnus.texi b/man/gnus.texi
index 5ced5e29a9..747421959c 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -2717,6 +2717,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
@@ -3083,12 +3092,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
@@ -20333,9 +20336,9 @@ additional commands:
@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)