# HG changeset patch # User Eli Zaretskii # Date 1157132320 0 # Node ID 3947a80cfe22fd3938f917fd2b4adee767590225 # Parent e4e2d953e61ce67ec40f341f54e0bc73ed752516 (Subword Movement): Don't use @headitem. diff -r e4e2d953e61c -r 3947a80cfe22 man/cc-mode.texi --- a/man/cc-mode.texi Fri Sep 01 17:15:49 2006 +0000 +++ b/man/cc-mode.texi Fri Sep 01 17:38:40 2006 +0000 @@ -1624,8 +1624,16 @@ @dfn{subword}. Here are some examples: @multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}} -@headitem Nomenclature +@c This could be converted to @headitem when we require Texinfo 4.7 +@iftex +@item @b{Nomenclature} + @tab @b{Subwords} +@end iftex +@ifnottex +@item Nomenclature @tab Subwords +@item --------------------------------------------------------- +@end ifnottex @item @samp{GtkWindow} @tab @samp{Gtk} and @samp{Window} @item @samp{EmacsFrameClass} @@ -1657,7 +1665,14 @@ @findex c-downcase-subword @findex downcase-subword (c-) @multitable @columnfractions .20 .40 .40 -@headitem Key @tab Word oriented command @tab Subword oriented command +@c This could be converted to @headitem when we require Texinfo 4.7 +@iftex +@item @b{Key} @tab @b{Word oriented command} @tab @b{Subword oriented command} +@end iftex +@ifnottex +@item Key @tab Word oriented command @tab Subword oriented command +@item ---------------------------------------------------------------------------- +@end ifnottex @item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword} @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword} @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword}