From: Richard M. Stallman Date: Sun, 29 Jan 2006 16:52:02 +0000 (+0000) Subject: (Indentation Commands): Inserts newline, not "linefeed". X-Git-Tag: emacs-pretest-22.0.90~4521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0939d23bcd8a465dc81bd7ca1ea945277930aa59;p=emacs.git (Indentation Commands): Inserts newline, not "linefeed". --- diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 088c19e44f0..f4f4df82e7b 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi @@ -208,7 +208,7 @@ license to the document, as described in section 6 of the license. @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 @@ very useful in this case. @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})