emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/programs.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi
Date: Fri, 07 Apr 2006 18:23:00 +0000

Index: emacs/man/programs.texi
diff -u emacs/man/programs.texi:1.112 emacs/man/programs.texi:1.113
--- emacs/man/programs.texi:1.112       Fri Apr  7 16:52:34 2006
+++ emacs/man/programs.texi     Fri Apr  7 18:22:59 2006
@@ -387,9 +387,10 @@
 @findex newline-and-indent
   When entering lines of new code, use @kbd{C-j}
 (@code{newline-and-indent}), which inserts a newline and then adjusts
-indentation after it.  Thus, @kbd{C-j} at the end of a line creates a
-blank line with appropriate indentation.  In programming language
-modes, it is equivalent to @key{RET} @key{TAB}.
+indentation after it.  (It also deletes any trailing whitespace which
+remains before the new newline.)  Thus, @kbd{C-j} at the end of a line
+creates a blank line with appropriate indentation.  In programming
+language modes, it is equivalent to @key{RET} @key{TAB}.
 
   @key{TAB} indents a line that starts within a parenthetical grouping
 under the preceding line within the grouping, or the text after the




reply via email to

[Prev in Thread] Current Thread [Next in Thread]