diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-03-02 21:12:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-03-02 21:12:12 -0800 |
commit | fbaddd63ab38480b0da0435eb577137ae0ae8a99 (patch) | |
tree | 31be3e6b9c145ebff1409f10268ab921bf7394ad /doc | |
parent | 35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (diff) | |
download | emacs-fbaddd63ab38480b0da0435eb577137ae0ae8a99.tar.gz |
Spelling fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/basic.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index f2ec11c2c1e..c0a93c9396d 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -46,12 +46,12 @@ forward, so that point remains just after the inserted text. To end a line and start a new one, type @key{RET} (@code{newline}). (The @key{RET} key may be labeled @key{Return} or @key{Enter} on your keyboard, but we refer to it as @key{RET} in this manual.) This -command inserts a newline character into the buffer, then indent -(@pxref{Indentation}) accroding to major mode. If point is at the end +command inserts a newline character into the buffer, then indents +(@pxref{Indentation}) according to the major mode. If point is at the end of the line, the effect is to create a new blank line after it and indent the new line; if point is in the middle of a line, the line is split at that position. To turn off the auto-indentation, you can -either desable Electric Indent mode (@pxref{Indent Convenience}) or +either disable Electric Indent mode (@pxref{Indent Convenience}) or type @kbd{C-j}, which inserts just a newline, without any auto-indentation. |