Mercurial > emacs
changeset 72600:3947a80cfe22
(Subword Movement): Don't use @headitem.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Sep 2006 17:38:40 +0000 |
parents | e4e2d953e61c |
children | 83343a303f0e |
files | man/cc-mode.texi |
diffstat | 1 files changed, 17 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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}