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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/misc/cc-mode.texi,v
Date: Tue, 01 Jul 2008 02:57:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/07/01 02:57:57

Index: cc-mode.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/misc/cc-mode.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- cc-mode.texi        15 Jun 2008 02:28:57 -0000      1.9
+++ cc-mode.texi        1 Jul 2008 02:57:56 -0000       1.10
@@ -2597,7 +2597,7 @@
 
 Remember that if you set a style variable with the Customization
 interface or at the top level of your @file{.emacs} file before the
-style system is initialised (@pxref{Config Basics}), this setting will
+style system is initialized (@pxref{Config Basics}), this setting will
 override the one that the style system would have given the variable.
 
 To set a buffer's style interactively, use the command @kbd{C-c .}
@@ -2827,7 +2827,7 @@
 isn't found then the special symbol @samp{other} is looked up instead.
 
 When a comment line gets divided by @kbd{M-j} or the like, @ccmode{}
-inserts the comment line prefix from a neighbouring line at the start
+inserts the comment line prefix from a neighboring line at the start
 of the new line.  The default value of c-comment-prefix-regexp is
 @samp{//+\\|\\**}, which matches C++ style line comments like
 
@@ -5858,7 +5858,7 @@
 Only continuation lines like this are touched, @code{nil} is returned on
 lines which are the start of an argument.
 
-Within a gcc @code{asm} block, @code{:} is recognised as an argument
+Within a gcc @code{asm} block, @code{:} is recognized as an argument
 separator, but of course only between operand specifications, not in the
 expressions for the operands.
 




reply via email to

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