Mercurial > emacs
changeset 68453:72d32b7559c2
(Indentation Commands): Inserts newline, not "linefeed".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Jan 2006 16:52:02 +0000 |
parents | b3bbd1af21eb |
children | 132c4fb111bc |
files | man/cc-mode.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/cc-mode.texi Sun Jan 29 16:51:26 2006 +0000 +++ b/man/cc-mode.texi Sun Jan 29 16:52:02 2006 +0000 @@ -208,7 +208,7 @@ @vskip 0pt plus 1filll @insertcopying -This manual was generated from $Revision: 5.241 $ of $RCSfile: cc-mode.texi,v $, which can be +This manual was generated from $Revision: 1.33 $ of $RCSfile: cc-mode.texi,v $, which can be downloaded from @url{http://cvs.sf.net/viewcvs.py/cc-mode/cc-mode/cc-mode.texi}. @end titlepage @@ -750,7 +750,7 @@ @item @kbd{C-j} (@code{newline-and-indent}) @kindex C-j @findex newline-and-indent -Inserts a linefeed and indents the new blank line, ready to start +Inserts a newline and indents the new blank line, ready to start typing. This is a standard (X)Emacs command. @item @kbd{C-M-q} (@code{c-indent-exp})