(Indentation Commands): Inserts newline, not "linefeed".
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Jan 2006 16:52:02 +0000 (16:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Jan 2006 16:52:02 +0000 (16:52 +0000)
man/cc-mode.texi

index 088c19e..f4f4df8 100644 (file)
@@ -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})