emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106983: Fix formatting of cc-mode ma


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106983: Fix formatting of cc-mode manual
Date: Sat, 28 Jan 2012 20:16:02 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106983
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sat 2012-01-28 20:16:02 +0100
message:
  Fix formatting of cc-mode manual
  
  * cc-mode.texi: Always @defindex ss.
  (Config Basics): Fix argument of @itemize.
  (Macro Backslashes): Add @code around index entry.
modified:
  doc/misc/ChangeLog
  doc/misc/cc-mode.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-01-23 08:38:22 +0000
+++ b/doc/misc/ChangeLog        2012-01-28 19:16:02 +0000
@@ -1,3 +1,9 @@
+2012-01-28  Andreas Schwab  <address@hidden>
+
+       * cc-mode.texi: Always @defindex ss.
+       (Config Basics): Fix argument of @itemize.
+       (Macro Backslashes): Add @code around index entry.
+
 2012-01-23  Glenn Morris  <address@hidden>
 
        * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.

=== modified file 'doc/misc/cc-mode.texi'
--- a/doc/misc/cc-mode.texi     2012-01-19 07:21:25 +0000
+++ b/doc/misc/cc-mode.texi     2012-01-28 19:16:02 +0000
@@ -147,10 +147,7 @@
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 @comment Define an index for syntactic symbols.
address@hidden @c In texi2dvi, the @defindex would create an empty cc-mode.ss
-          @c For Info, unlike tex, @syncodeindex needs a matching @defindex.
 @defindex ss
address@hidden ifnottex
 
 @comment Combine key, syntactic symbol and concept indices into one.
 @syncodeindex ss cp
@@ -2200,7 +2197,7 @@
 
 If you make conflicting settings in several of these ways, the way
 that takes precedence is the one that appears latest in this list:
address@hidden @asis
address@hidden @w{}
 @item
 @table @asis
 @item Style
@@ -6661,7 +6658,7 @@
 @node     Macro Backslashes, Macros with ;, Custom Macros, Custom Macros
 @comment  node-name,  next,  previous,  up
 @section Customizing Macro Backslashes
address@hidden #define
address@hidden @code{#define}
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 @ccmode{} provides some tools to help keep the line continuation


reply via email to

[Prev in Thread] Current Thread [Next in Thread]