]> git.eshelyaron.com Git - emacs.git/commitdiff
(Text Filling and Line Breaking): Put period after @xref.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 17 Dec 2004 23:53:23 +0000 (23:53 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 17 Dec 2004 23:53:23 +0000 (23:53 +0000)
(Font Locking): Avoid @strong{Note:}.

man/ChangeLog
man/cc-mode.texi

index d39b9922b35f0e1b68a813da4e7daf5d9140c6cd..b96026759a1467d928dd0444c20898189ce65dec 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-17  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * cc-mode.texi (Text Filling and Line Breaking): Put period after
+       @xref.
+       (Font Locking): Avoid @strong{Note:}.
+
 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
 
        Sync with Tramp 2.0.46.
index 2c0933a53350449ec74ab612b556678b64416f79..89e49d67442e10c7ce1fcff1d433fe4e3199c3f2 100644 (file)
@@ -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.