diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-12-17 23:53:23 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-12-17 23:53:23 +0000 |
commit | c138633412ded34ddb448cca51f52cdf7a3edbab (patch) | |
tree | 40eb5df6dace17a5e06d5f356ad6b8ea7a740eab /man/cc-mode.texi | |
parent | c08e6004ef8d8d639ed6caf8e81164727293c0b7 (diff) | |
download | emacs-c138633412ded34ddb448cca51f52cdf7a3edbab.tar.gz |
(Text Filling and Line Breaking): Put period after @xref.
(Font Locking): Avoid @strong{Note:}.
Diffstat (limited to 'man/cc-mode.texi')
-rw-r--r-- | man/cc-mode.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi index 2c0933a5335..89e49d67442 100644 --- a/man/cc-mode.texi +++ b/man/cc-mode.texi @@ -1420,7 +1420,7 @@ then as the comment prefix. It defaults to @samp{* @code{c-block-comment-prefix} typically gets overriden by the default style @code{gnu}, which sets it to blank. You can see the line splitting effect described here by setting a different style, -e.g. @code{k&r} @xref{Choosing a Style}}, which makes a comment +e.g. @code{k&r} @xref{Choosing a Style}.}, which makes a comment @example /* Got O(n^2) here, which is a Bad Thing. */ @@ -1643,7 +1643,7 @@ trailing backslashes. @cindex font locking @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -@strong{Note:} The font locking in AWK mode is currently not integrated +@strong{Please note:} The font locking in AWK mode is currently not integrated with the rest of @ccmode{}, so this section does not apply there. @xref{AWK Mode Font Locking}, instead. |