changeset 59032:b362e981bb86

(Text Filling and Line Breaking): Put period after @xref. (Font Locking): Avoid @strong{Note:}.
author Luc Teirlinck <teirllm@auburn.edu>
date Fri, 17 Dec 2004 23:52:19 +0000
parents 1fbbe0bcfaac
children baa093a1f30a
files man/cc-mode.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/cc-mode.texi	Fri Dec 17 19:35:45 2004 +0000
+++ b/man/cc-mode.texi	Fri Dec 17 23:52:19 2004 +0000
@@ -1420,7 +1420,7 @@
 @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 @@
 @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.