aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-07-01 02:57:56 +0000
committerGlenn Morris2008-07-01 02:57:56 +0000
commit2f0c93d16dc72dfda92befac97f761e73d159b89 (patch)
tree88e656be776fd89756bcf612e30c41a24a6f48e7
parent5b64eab9197fbea980e194435696813d011cba6d (diff)
downloademacs-2f0c93d16dc72dfda92befac97f761e73d159b89.tar.gz
emacs-2f0c93d16dc72dfda92befac97f761e73d159b89.zip
American English spelling fixes.
-rw-r--r--doc/misc/cc-mode.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index aadbef547df..b5d6892adee 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -2597,7 +2597,7 @@ except in Java and AWK modes where it's @code{java} and @code{awk}.
2597 2597
2598Remember that if you set a style variable with the Customization 2598Remember that if you set a style variable with the Customization
2599interface or at the top level of your @file{.emacs} file before the 2599interface or at the top level of your @file{.emacs} file before the
2600style system is initialised (@pxref{Config Basics}), this setting will 2600style system is initialized (@pxref{Config Basics}), this setting will
2601override the one that the style system would have given the variable. 2601override the one that the style system would have given the variable.
2602 2602
2603To set a buffer's style interactively, use the command @kbd{C-c .} 2603To set a buffer's style interactively, use the command @kbd{C-c .}
@@ -2827,7 +2827,7 @@ looked up in the alist to get the regexp for the language, and if it
2827isn't found then the special symbol @samp{other} is looked up instead. 2827isn't found then the special symbol @samp{other} is looked up instead.
2828 2828
2829When a comment line gets divided by @kbd{M-j} or the like, @ccmode{} 2829When a comment line gets divided by @kbd{M-j} or the like, @ccmode{}
2830inserts the comment line prefix from a neighbouring line at the start 2830inserts the comment line prefix from a neighboring line at the start
2831of the new line. The default value of c-comment-prefix-regexp is 2831of the new line. The default value of c-comment-prefix-regexp is
2832@samp{//+\\|\\**}, which matches C++ style line comments like 2832@samp{//+\\|\\**}, which matches C++ style line comments like
2833 2833
@@ -5858,7 +5858,7 @@ foo (xyz, aaa + bbb + ccc
5858Only continuation lines like this are touched, @code{nil} is returned on 5858Only continuation lines like this are touched, @code{nil} is returned on
5859lines which are the start of an argument. 5859lines which are the start of an argument.
5860 5860
5861Within a gcc @code{asm} block, @code{:} is recognised as an argument 5861Within a gcc @code{asm} block, @code{:} is recognized as an argument
5862separator, but of course only between operand specifications, not in the 5862separator, but of course only between operand specifications, not in the
5863expressions for the operands. 5863expressions for the operands.
5864 5864