diff options
| author | Andreas Schwab | 2012-01-28 20:16:02 +0100 |
|---|---|---|
| committer | Andreas Schwab | 2012-01-28 20:16:02 +0100 |
| commit | b207a4ec7562cf7aca9f0d3c0c040403e73d2a07 (patch) | |
| tree | bfeb9f618a5efa4cb86229b1ffd43a6cfd6454f2 | |
| parent | e70ee68111e0f8f2fa5e6966dcd9c3740d49e74a (diff) | |
| download | emacs-b207a4ec7562cf7aca9f0d3c0c040403e73d2a07.tar.gz emacs-b207a4ec7562cf7aca9f0d3c0c040403e73d2a07.zip | |
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.
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 72ac8b85fc3..d1a045a730a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-01-28 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * cc-mode.texi: Always @defindex ss. | ||
| 4 | (Config Basics): Fix argument of @itemize. | ||
| 5 | (Macro Backslashes): Add @code around index entry. | ||
| 6 | |||
| 1 | 2012-01-23 Glenn Morris <rgm@gnu.org> | 7 | 2012-01-23 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired. | 9 | * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired. |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index e2730cc8b3b..c33bdbde9e4 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -147,10 +147,7 @@ CC Mode | |||
| 147 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 147 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 148 | 148 | ||
| 149 | @comment Define an index for syntactic symbols. | 149 | @comment Define an index for syntactic symbols. |
| 150 | @ifnottex @c In texi2dvi, the @defindex would create an empty cc-mode.ss | ||
| 151 | @c For Info, unlike tex, @syncodeindex needs a matching @defindex. | ||
| 152 | @defindex ss | 150 | @defindex ss |
| 153 | @end ifnottex | ||
| 154 | 151 | ||
| 155 | @comment Combine key, syntactic symbol and concept indices into one. | 152 | @comment Combine key, syntactic symbol and concept indices into one. |
| 156 | @syncodeindex ss cp | 153 | @syncodeindex ss cp |
| @@ -2200,7 +2197,7 @@ method, ``Top-level commands or the customization interface''. | |||
| 2200 | 2197 | ||
| 2201 | If you make conflicting settings in several of these ways, the way | 2198 | If you make conflicting settings in several of these ways, the way |
| 2202 | that takes precedence is the one that appears latest in this list: | 2199 | that takes precedence is the one that appears latest in this list: |
| 2203 | @itemize @asis | 2200 | @itemize @w{} |
| 2204 | @item | 2201 | @item |
| 2205 | @table @asis | 2202 | @table @asis |
| 2206 | @item Style | 2203 | @item Style |
| @@ -6661,7 +6658,7 @@ these macros properly, see @ref{Macros with ;}. | |||
| 6661 | @node Macro Backslashes, Macros with ;, Custom Macros, Custom Macros | 6658 | @node Macro Backslashes, Macros with ;, Custom Macros, Custom Macros |
| 6662 | @comment node-name, next, previous, up | 6659 | @comment node-name, next, previous, up |
| 6663 | @section Customizing Macro Backslashes | 6660 | @section Customizing Macro Backslashes |
| 6664 | @cindex #define | 6661 | @cindex @code{#define} |
| 6665 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6662 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6666 | 6663 | ||
| 6667 | @ccmode{} provides some tools to help keep the line continuation | 6664 | @ccmode{} provides some tools to help keep the line continuation |