# HG changeset patch # User Juanma Barranquero # Date 1195164730 0 # Node ID 0eeb4f18fd567d45b11b89ace0c0e1f111ffb33e # Parent 12805c0f0e4ec69717e553fee818c6b28fed225e (Electric Keys, Custom Macros): Fix typos. diff -r 12805c0f0e4e -r 0eeb4f18fd56 man/cc-mode.texi --- a/man/cc-mode.texi Thu Nov 15 18:48:35 2007 +0000 +++ b/man/cc-mode.texi Thu Nov 15 22:12:10 2007 +0000 @@ -1228,7 +1228,7 @@ reindent a line manually after typing, say, a @samp{@}}. A few keywords, such as @code{else}, also trigger electric action. -You can inhibit the electric behaviour described here by disabling +You can inhibit the electric behavior described here by disabling electric minor mode (@pxref{Minor Modes}). Common to all these keys is that they only behave electrically when @@ -1281,7 +1281,7 @@ Additionally, you can configure @ccmode{} so that typing a slash at the start of a line within a block comment will terminate the comment. You don't need to have electric minor mode enabled to get -this behaviour. @xref{Clean-ups}. +this behavior. @xref{Clean-ups}. In AWK mode, @samp{*} and @samp{/} do not delimit comments and are not electric. @@ -6458,7 +6458,7 @@ @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Normally, the lines in a multi-line macro are indented relative to -each other as though they were code. You can suppress this behaviour +each other as though they were code. You can suppress this behavior by setting the following user option: @defopt c-syntactic-indentation-in-macros