summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-01-29 16:52:02 +0000
committerRichard M. Stallman <rms@gnu.org>2006-01-29 16:52:02 +0000
commit0939d23bcd8a465dc81bd7ca1ea945277930aa59 (patch)
tree37b1f95323c22e5377a8a8df8fc2fd3f026d7413
parentb96ade76c429f5ccedc6cbed9078b50dae21fdf7 (diff)
downloademacs-0939d23bcd8a465dc81bd7ca1ea945277930aa59.tar.gz
emacs-0939d23bcd8a465dc81bd7ca1ea945277930aa59.tar.bz2
emacs-0939d23bcd8a465dc81bd7ca1ea945277930aa59.zip
(Indentation Commands): Inserts newline, not "linefeed".
-rw-r--r--man/cc-mode.texi4
1 files changed, 2 insertions, 2 deletions
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})