diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-22 10:13:44 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-09-22 10:13:44 +0800 |
commit | 3a4be55b4d956799201169bb4ba49c0e948eec32 (patch) | |
tree | f844e2cb0d52da1781453a6d1c587e19ae48624a /doc | |
parent | ece15004709aa79faa2e19194c51699c0a86423e (diff) | |
download | emacs-3a4be55b4d956799201169bb4ba49c0e948eec32.tar.gz |
@refill is no longer needed.
* doc/emacs/fixit.texi (Transpose):
(Fixing Case): Remove @refill.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/fixit.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 0ad3a310885..6b4c12511dd 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -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 diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index b6eb1ed11a2..a6aff77b583 100644 --- a/doc/emacs/fixit.texi +++ b/doc/emacs/fixit.texi @@ -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 |