aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-09 01:31:45 +0000
committerLuc Teirlinck2005-05-09 01:31:45 +0000
commitc7bda15b58de3efcf856786167f11f5b4175e30b (patch)
treecddf1ad3b77232266c50929739db9210cead3f32
parent698b05102345aab39ae3be59107b1def462eb548 (diff)
downloademacs-c7bda15b58de3efcf856786167f11f5b4175e30b.tar.gz
emacs-c7bda15b58de3efcf856786167f11f5b4175e30b.zip
Various typo and grammar fixes.
(Moving Point): C-a now runs move-beginning-of-line.
-rw-r--r--man/basic.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/basic.texi b/man/basic.texi
index ad3cfbca88a..c8922996534 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -170,7 +170,7 @@ them). Others do more sophisticated things.
170@kindex RIGHT 170@kindex RIGHT
171@kindex UP 171@kindex UP
172@kindex DOWN 172@kindex DOWN
173@findex beginning-of-line 173@findex move-beginning-of-line
174@findex move-end-of-line 174@findex move-end-of-line
175@findex forward-char 175@findex forward-char
176@findex backward-char 176@findex backward-char
@@ -183,7 +183,7 @@ them). Others do more sophisticated things.
183@findex move-to-window-line 183@findex move-to-window-line
184@table @kbd 184@table @kbd
185@item C-a 185@item C-a
186Move to the beginning of the line (@code{beginning-of-line}). 186Move to the beginning of the line (@code{move-beginning-of-line}).
187@item C-e 187@item C-e
188Move to the end of the line (@code{move-end-of-line}). 188Move to the end of the line (@code{move-end-of-line}).
189@item C-f 189@item C-f
@@ -261,7 +261,7 @@ to the end of another line. Normally, @code{track-eol} is @code{nil}.
261@xref{Variables}, for how to set variables such as @code{track-eol}. 261@xref{Variables}, for how to set variables such as @code{track-eol}.
262 262
263@vindex next-line-add-newlines 263@vindex next-line-add-newlines
264 @kbd{C-n} normally stops at the end of the bufer when you use it on 264 @kbd{C-n} normally stops at the end of the buffer when you use it on
265the last line of the buffer. But if you set the variable 265the last line of the buffer. But if you set the variable
266@code{next-line-add-newlines} to a non-@code{nil} value, @kbd{C-n} on 266@code{next-line-add-newlines} to a non-@code{nil} value, @kbd{C-n} on
267the last line of a buffer creates an additional line at the end and 267the last line of a buffer creates an additional line at the end and
@@ -510,7 +510,7 @@ type the text for the new line. @kbd{C-o F O O} has the same effect as
510 510
511 You can make several blank lines by typing @kbd{C-o} several times, or 511 You can make several blank lines by typing @kbd{C-o} several times, or
512by giving it a numeric argument to tell it how many blank lines to make. 512by giving it a numeric argument to tell it how many blank lines to make.
513@xref{Arguments}, for how. If you have a fill prefix, then @kbd{C-o} 513@xref{Arguments}, for how. If you have a fill prefix, the @kbd{C-o}
514command inserts the fill prefix on the new line, when you use it at the 514command inserts the fill prefix on the new line, when you use it at the
515beginning of a line. @xref{Fill Prefix}. 515beginning of a line. @xref{Fill Prefix}.
516 516
@@ -677,7 +677,7 @@ point=26957 of 26956(100%) column 0
677@cindex character set of character at point 677@cindex character set of character at point
678@cindex font of character at point 678@cindex font of character at point
679@cindex text properties at point 679@cindex text properties at point
680 @w{@kbd{C-u C-x =}} displays these additional information about a 680 @w{@kbd{C-u C-x =}} displays the following additional information about a
681character. 681character.
682 682
683@itemize @bullet 683@itemize @bullet
@@ -780,7 +780,7 @@ without digits normally means @minus{}1.
780sign has the special meaning of ``multiply by four.'' It multiplies the 780sign has the special meaning of ``multiply by four.'' It multiplies the
781argument for the next command by four. @kbd{C-u} twice multiplies it by 781argument for the next command by four. @kbd{C-u} twice multiplies it by
782sixteen. Thus, @kbd{C-u C-u C-f} moves forward sixteen characters. This 782sixteen. Thus, @kbd{C-u C-u C-f} moves forward sixteen characters. This
783is a good way to move forward ``fast,'' since it moves about 1/5 of a line 783is a good way to move forward ``fast'', since it moves about 1/5 of a line
784in the usual size screen. Other useful combinations are @kbd{C-u C-n}, 784in 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
786C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four 786C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four