2001-02-16 Simon Josefsson <sjosefsson@rsasecurity.com>
authorSimon Josefsson <jas@extundo.com>
Fri, 16 Feb 2001 16:27:09 +0000 (16:27 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 16 Feb 2001 16:27:09 +0000 (16:27 +0000)
* gnus.texi (Optional Backend Functions): Fix case.

texi/ChangeLog
texi/gnus.texi

index 54fbd12..5d41cc1 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-16  Simon Josefsson  <sjosefsson@rsasecurity.com>
+
+       * gnus.texi (Optional Backend Functions): Fix case.
+
 2001-02-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Unread Articles): Say that Gnus itself never expires
index 42838f6..0729255 100644 (file)
@@ -21230,11 +21230,11 @@ ACTION is a list of mark setting requests, having this format:
 (RANGE ACTION MARK)
 @end example
 
-Range is a range of articles you wish to update marks on.  Action is
+RANGE is a range of articles you wish to update marks on.  ACTION is
 @code{set}, @code{add} or @code{del}, respectively used for removing all
 existing marks and setting them as specified, adding (preserving the
 marks not mentioned) mark and removing (preserving the marks not
-mentioned) marks.  Mark is a list of marks; where each mark is a symbol.
+mentioned) marks.  MARK is a list of marks; where each mark is a symbol.
 Currently used marks are @code{read}, @code{tick}, @code{reply},
 @code{expire}, @code{killed}, @code{dormant}, @code{save},
 @code{download} and @code{unsend}, but your backend should, if possible,