diff man/cc-mode.texi @ 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 20ff812ba5b3
children dc2d5a6655a3 9b150bc96d33 7432ca837c8d
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})