diff options
| author | Richard M. Stallman | 2005-05-10 07:26:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-10 07:26:25 +0000 |
| commit | 2792c60a6f54c2da179eaadea89d15f2873d1cad (patch) | |
| tree | 04fa09cb7242525e7133f62c88f21ba4a2543773 | |
| parent | 05a7c229daf63949eff65ac1f3f92b4b6bdaaae8 (diff) | |
| download | emacs-2792c60a6f54c2da179eaadea89d15f2873d1cad.tar.gz emacs-2792c60a6f54c2da179eaadea89d15f2873d1cad.zip | |
(Arguments): Fix punctuation.
| -rw-r--r-- | man/basic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/basic.texi b/man/basic.texi index c8922996534..3fbaff2a1e7 100644 --- a/man/basic.texi +++ b/man/basic.texi | |||
| @@ -780,7 +780,7 @@ without digits normally means @minus{}1. | |||
| 780 | sign has the special meaning of ``multiply by four.'' It multiplies the | 780 | sign has the special meaning of ``multiply by four.'' It multiplies the |
| 781 | argument for the next command by four. @kbd{C-u} twice multiplies it by | 781 | argument for the next command by four. @kbd{C-u} twice multiplies it by |
| 782 | sixteen. Thus, @kbd{C-u C-u C-f} moves forward sixteen characters. This | 782 | sixteen. Thus, @kbd{C-u C-u C-f} moves forward sixteen characters. This |
| 783 | is a good way to move forward ``fast'', since it moves about 1/5 of a line | 783 | is a good way to move forward ``fast,'' since it moves about 1/5 of a line |
| 784 | in the usual size screen. Other useful combinations are @kbd{C-u C-n}, | 784 | in the usual size screen. Other useful combinations are @kbd{C-u C-n}, |
| 785 | @kbd{C-u C-u C-n} (move down a good fraction of a screen), @kbd{C-u C-u | 785 | @kbd{C-u C-u C-n} (move down a good fraction of a screen), @kbd{C-u C-u |
| 786 | C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four | 786 | C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four |