diff options
author | Chong Yidong <cyd@gnu.org> | 2011-11-28 19:12:00 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2011-11-28 19:12:00 +0800 |
commit | 6d262977547380660c45e486cb5e537301740059 (patch) | |
tree | 3171a9c5b11483e0f2dd33ec3131e107641bb04a /doc/emacs/programs.texi | |
parent | 3c2727e80787678c95098db187683e8df5086d19 (diff) | |
download | emacs-6d262977547380660c45e486cb5e537301740059.tar.gz |
Update Indentation chapter of Emacs manual.
* indent.texi (Indentation): Rewrite introduction. Move table to
Indentation Commands node.
(Indentation Commands): Add index entries to table. Copyedits.
(Tab Stops, Just Spaces): Copyedits.
(Indent Convenience): New node. Document electric-indent-mode.
* programs.texi (Basic Indent):
* windows.texi (Pop Up Window): Fix kindex entry.
Diffstat (limited to 'doc/emacs/programs.texi')
-rw-r--r-- | doc/emacs/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 2357902341e..675977c2c35 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -397,7 +397,7 @@ the syntax and conventions for its particular language. Use @kbd{C-q @key{TAB}} to insert a tab character at point. -@kindex C-j +@kindex C-j @r{(indenting source code)} @findex newline-and-indent When entering lines of new code, use @kbd{C-j} (@code{newline-and-indent}), which inserts a newline and then adjusts |