(Positioning Point): Changed to %~.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 8 Jan 2003 04:46:35 +0000 (04:46 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 8 Jan 2003 04:46:35 +0000 (04:46 +0000)
texi/ChangeLog
texi/gnus.texi

index 9337a23..032d883 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Optional Back End Functions): Addition.
+       (Positioning Point): Changed to %~.
+
 2003-01-08  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (MIME Commands): Add.
index e5a6e17..8a6cd2a 100644 (file)
@@ -19616,8 +19616,8 @@ You can redefine the function that moves the point to the colon.  The
 function is called @code{gnus-goto-colon}.
 
 But perhaps the most convenient way to deal with this, if you don't want
-to have a colon in your line, is to use the @samp{%C} specifier.  If you
-put a @samp{%C} somewhere in your format line definition, Gnus will
+to have a colon in your line, is to use the @samp{%~} specifier.  If you
+put a @samp{%~} somewhere in your format line definition, Gnus will
 place point there.
 
 
@@ -24818,6 +24818,9 @@ this function in short order.
 The function should return a cons where the @code{car} is the group name and
 the @code{cdr} is the article number that the article was entered as.
 
+The group should exist before the backend is asked to accept the
+article for that group.
+
 There should be no data returned.