emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/misc/cc-mode.texi,v


From: Alan Mackenzie
Subject: [Emacs-diffs] Changes to emacs/doc/misc/cc-mode.texi,v
Date: Fri, 07 Mar 2008 22:27:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 08/03/07 22:27:03

Index: cc-mode.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/cc-mode.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- cc-mode.texi        22 Jan 2008 23:53:27 -0000      1.6
+++ cc-mode.texi        7 Mar 2008 22:27:03 -0000       1.7
@@ -6760,6 +6760,14 @@
 the expression after typing the closing @samp{>}.
 
 @item
+In a @dfn{k&r region} (the part of an old-fashioned C function
+declaration which specifies the types of its parameters, coming
+between the parameter list and the opening brace), there should be at
+most 20 top-level parenthesis and bracket pairs.  This limit has been
+imposed for performance reasons.  If it is violated, the source file
+might be incorrectly indented or fontified.
+
address@hidden
 On loading @ccmode{}, sometimes this error message appears:
 
 @example




reply via email to

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