* gnus.texi (Process/Prefix): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 13 Mar 2000 19:43:27 +0000 (19:43 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 13 Mar 2000 19:43:27 +0000 (19:43 +0000)
texi/ChangeLog
texi/gnus.texi

index 4a240ec..28eedc7 100644 (file)
@@ -1,3 +1,7 @@
+2000-03-13 17:44:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Process/Prefix): Addition.
+
 2000-02-04  Simon Josefsson  <jas@pdc.kth.se>
 
        * gnus.texi (IMAP): Fix.
index 489b19f..028c162 100644 (file)
@@ -7807,8 +7807,8 @@ encodings.  For instance, some hierarchies discourage using
 quoted-printable header encoding.
 
 This variable is an alist of regexps and permitted unencoded charsets
-for posting.  Each element of the alist has the form @var{(test header
-body-list)}, where:
+for posting.  Each element of the alist has the form @code{(}@var{test
+header body-list}@code{)}, where:
 
 @table @var
 @item 
@@ -9701,7 +9701,7 @@ So here's a new example:
          (signature my-quote-randomizer))
         ((message-news-p)
          (signature my-news-signature))
-        ((header "From.*To" "larsi.*org")
+        (header "From.*To" "larsi.*org"
          (Organization "Somewhere, Inc."))
         ((posting-from-work-p)
          (signature-file "~/.work-signature")
@@ -16406,6 +16406,12 @@ will mark the next three unread articles as read, no matter what the
 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
 @code{nil} for a more straightforward action.
 
+Many commands do not use the process/prefix convention.  All commands
+that do explicitly say so in this manual.  To apply the process/prefix
+convention to commands that do not use it, you can use the @kbd{M-&}
+command.  For instance, to mark all the articles in the group as
+expirable, you could say `M P b M-& E'.
+
 
 @node Interactive
 @section Interactive