diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/cc-mode.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 70146b2eb57..82f8cbc2e33 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -6767,10 +6767,10 @@ example: | |||
| 6767 | @defun c-make-macro-with-semi-re | 6767 | @defun c-make-macro-with-semi-re |
| 6768 | @findex make-macro-with-semi-re (c-) | 6768 | @findex make-macro-with-semi-re (c-) |
| 6769 | Call this (non-interactive) function, which sets internal variables, | 6769 | Call this (non-interactive) function, which sets internal variables, |
| 6770 | each time you change the value of | 6770 | each time you change the value of @code{c-macro-names-with-semicolon} |
| 6771 | @code{c-macro-names-with-semicolon}. It takes no arguments, and its | 6771 | after the major mode function has run. It takes no arguments, and its |
| 6772 | return value has no meaning. This function is called by @ccmode{}'s | 6772 | return value has no meaning. This function is called by @ccmode{}'s |
| 6773 | initialization code. | 6773 | initialization code, after the mode hooks have run. |
| 6774 | @end defun | 6774 | @end defun |
| 6775 | 6775 | ||
| 6776 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6776 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| @@ -6822,9 +6822,10 @@ but doing so is OK. | |||
| 6822 | @defun c-make-noise-macro-regexps | 6822 | @defun c-make-noise-macro-regexps |
| 6823 | @findex make-noise-macro-regexps (c-) | 6823 | @findex make-noise-macro-regexps (c-) |
| 6824 | Call this (non-interactive) function, which sets internal variables, | 6824 | Call this (non-interactive) function, which sets internal variables, |
| 6825 | after changing the value of @code{c-noise-macro-names} or | 6825 | on changing the value of @code{c-noise-macro-names} or |
| 6826 | @code{c-noise-macro-with-parens-names} (e.g. in a hook (@pxref{CC | 6826 | @code{c-noise-macro-with-parens-names} after the major mode's function |
| 6827 | Hooks})). This function is called by @ccmode{}'s initialization code. | 6827 | has run. This function is called by @ccmode{}'s initialization code, |
| 6828 | after the mode hooks have run. | ||
| 6828 | @end defun | 6829 | @end defun |
| 6829 | 6830 | ||
| 6830 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6831 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |