diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/cc-mode.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 82f8cbc2e33..f311ec8a3a5 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -6727,9 +6727,11 @@ Macros which needn't (or mustn't) be followed by a semicolon when you | |||
| 6727 | invoke them, @dfn{macros with semicolons}, are very common. These can | 6727 | invoke them, @dfn{macros with semicolons}, are very common. These can |
| 6728 | cause @ccmode{} to parse the next line wrongly as a | 6728 | cause @ccmode{} to parse the next line wrongly as a |
| 6729 | @code{statement-cont} (@pxref{Function Symbols}) and thus mis-indent | 6729 | @code{statement-cont} (@pxref{Function Symbols}) and thus mis-indent |
| 6730 | it. | 6730 | it. At the top level, a macro invocation before a defun start can |
| 6731 | cause, for example, @code{c-beginning-of-defun} (@kbd{C-M-a}) not to | ||
| 6732 | find the correct start of the current function. | ||
| 6731 | 6733 | ||
| 6732 | You can prevent this by specifying which macros have semicolons. It | 6734 | You can prevent these by specifying which macros have semicolons. It |
| 6733 | doesn't matter whether or not such a macro has a parameter list: | 6735 | doesn't matter whether or not such a macro has a parameter list: |
| 6734 | 6736 | ||
| 6735 | @defopt c-macro-names-with-semicolon | 6737 | @defopt c-macro-names-with-semicolon |