diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-03-18 17:14:36 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-03-18 17:14:36 -0400 |
commit | 5fb6db0d69041c043055021ecdb84c803ac9e053 (patch) | |
tree | 1cb65dab31c962a1a4219e5e29c8a53dbab78cf4 /doc/emacs/basic.texi | |
parent | f6985e81564c91e84a998858f9446139e64405cf (diff) |
* doc/lispref/modes.texi (Auto-Indentation): Mention electric-indent variables.
* doc/misc/cc-mode.texi (Indentation Commands): Remove C-j, since it's not
defined by CC-mode but globally.
(FAQ): Tweak text about RET and auto-indentation.
* doc/misc/vip.texi (Other Vi Commands): Adjust doc of C-j.
Diffstat (limited to 'doc/emacs/basic.texi')
-rw-r--r-- | doc/emacs/basic.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index c0a93c9396..c5ded11c62 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -42,7 +42,7 @@ forward, so that point remains just after the inserted text. @kindex RET @kindex C-j @cindex newline -@findex electric-indent-just-newline +@c @findex electric-indent-just-newline 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 |