emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/cc-mode.texi,v
Date: Fri, 01 Sep 2006 17:45:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/09/01 17:45:08

Index: cc-mode.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/cc-mode.texi,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- cc-mode.texi        1 Sep 2006 17:38:40 -0000       1.39
+++ cc-mode.texi        1 Sep 2006 17:45:08 -0000       1.40
@@ -3246,9 +3246,9 @@
 the proper functioning of @ccmode{}.
 
 This variable is also bound in three other circumstances:
-(i)@tie{}when calling a c-hanging-semi&comma-criteria function
-(@pxref{Hanging Semicolons and Commas}; (ii)@tie{}when calling a
-line-up function (@pxref{Custom Line-Up}; (iii)@tie{}when calling a
+(i)@w{ }when calling a c-hanging-semi&comma-criteria function
+(@pxref{Hanging Semicolons and Commas}; (ii)@w{ }when calling a
+line-up function (@pxref{Custom Line-Up}; (iii)@w{ }when calling a
 c-special-indent-hook function (@pxref{Other Indentation}).
 @end defvar
 
@@ -3645,8 +3645,8 @@
 @item space-before-funcall
 Insert a space between the function name and the opening parenthesis
 of a function call.  This produces function calls in the style
-mandated by the GNU coding standards, e.g. @address@hidden(SIGINT,
-SIG_IGN)} and @address@hidden()}.  Clean up occurs when the opening
+mandated by the GNU coding standards, e.g. @address@hidden }(SIGINT,
+SIG_IGN)} and @address@hidden }()}.  Clean up occurs when the opening
 parenthesis is typed.  This clean-up should never be active in AWK
 Mode, since such a space is syntactically invalid for user defined
 functions.




reply via email to

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