(Limiting): `/ N' and `/ o' are not really limiting
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 17 Jan 2009 20:43:05 +0000 (20:43 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 17 Jan 2009 20:43:05 +0000 (20:43 +0000)
commands as described at the top.  Reported by Allan Gottlieb
<gottlieb@nyu.edu>.

texi/ChangeLog
texi/gnus.texi

index 200bc97..b15fcbc 100644 (file)
@@ -1,3 +1,9 @@
+2009-01-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
+       commands as described at the top.  Reported by Allan Gottlieb
+       <gottlieb@nyu.edu>.
+
 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Non-ASCII Group Names, RSS): Update description of
index 00db988..49386ea 100644 (file)
@@ -7317,9 +7317,9 @@ subset of the articles currently in the group.  The effect most limit
 commands have is to remove a few (or many) articles from the summary
 buffer.
 
-All limiting commands work on subsets of the articles already fetched
-from the servers.  None of these commands query the server for
-additional articles.
+Limiting commands work on subsets of the articles already fetched from
+the servers.  These commands don't query the server for additional
+articles.
 
 @table @kbd
 
@@ -7480,18 +7480,6 @@ Mark all excluded unread articles as read
 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
 also mark excluded ticked and dormant articles as read.
 
-@item / N
-@kindex / N (Summary)
-@findex gnus-summary-insert-new-articles
-Insert all new articles in the summary buffer.  It scans for new emails
-if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
-
-@item / o
-@kindex / o (Summary)
-@findex gnus-summary-insert-old-articles
-Insert all old articles in the summary buffer.  If given a numbered
-prefix, fetch this number of articles.
-
 @item / b
 @kindex / b (Summary)
 @findex gnus-summary-limit-to-bodies
@@ -7509,6 +7497,25 @@ Like the previous command, only limit to headers instead
 @end table
 
 
+The following commands aren't limiting commands, but use the @kbd{/}
+prefix as well.
+
+@table @kbd
+@item / N
+@kindex / N (Summary)
+@findex gnus-summary-insert-new-articles
+Insert all new articles in the summary buffer.  It scans for new emails
+if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
+
+@item / o
+@kindex / o (Summary)
+@findex gnus-summary-insert-old-articles
+Insert all old articles in the summary buffer.  If given a numbered
+prefix, fetch this number of articles.
+
+@end table
+
+
 @node Threading
 @section Threading
 @cindex threading