@refill is no longer needed.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Sep 2013 02:13:44 +0000 (10:13 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 22 Sep 2013 02:13:44 +0000 (10:13 +0800)
* doc/emacs/fixit.texi (Transpose):
(Fixing Case): Remove @refill.

doc/emacs/ChangeLog
doc/emacs/fixit.texi

index 0ad3a31..6b4c125 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-22  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * fixit.texi (Transpose):
+       (Fixing Case): Remove @refill.
+
 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
 
        * maintaining.texi (VC Directory Commands): Add keybinding for
index b6eb1ed..a6aff77 100644 (file)
@@ -190,7 +190,7 @@ point forward across three other characters.  It would change
 @samp{f@point{}oobar} into @samp{oobf@point{}ar}.  This is equivalent to
 repeating @kbd{C-t} three times.  @kbd{C-u - 4 M-t} moves the word
 before point backward across four words.  @kbd{C-u - C-M-t} would cancel
-the effect of plain @kbd{C-M-t}.@refill
+the effect of plain @kbd{C-M-t}.
 
   A numeric argument of zero is assigned a special meaning (because
 otherwise a command with a repeat count of zero would do nothing): to
@@ -216,7 +216,7 @@ Convert last word to lower case with capital initial.
 the word case-conversion commands @kbd{M-l}, @kbd{M-u} and @kbd{M-c} have a
 special feature when used with a negative argument: they do not move the
 cursor.  As soon as you see you have mistyped the last word, you can simply
-case-convert it and go on typing.  @xref{Case}.@refill
+case-convert it and go on typing.  @xref{Case}.
 
 @node Spelling
 @section Checking and Correcting Spelling