comparison man/cc-mode.texi @ 72600:3947a80cfe22

(Subword Movement): Don't use @headitem.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Sep 2006 17:38:40 +0000
parents b7261e09f8e4
children 83343a303f0e
comparison
equal deleted inserted replaced
72599:e4e2d953e61c 72600:3947a80cfe22
1622 these mixed case symbols @dfn{nomenclatures}. Also, each capitalized 1622 these mixed case symbols @dfn{nomenclatures}. Also, each capitalized
1623 (or completely uppercase) part of a nomenclature is called a 1623 (or completely uppercase) part of a nomenclature is called a
1624 @dfn{subword}. Here are some examples: 1624 @dfn{subword}. Here are some examples:
1625 1625
1626 @multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}} 1626 @multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}}
1627 @headitem Nomenclature 1627 @c This could be converted to @headitem when we require Texinfo 4.7
1628 @iftex
1629 @item @b{Nomenclature}
1630 @tab @b{Subwords}
1631 @end iftex
1632 @ifnottex
1633 @item Nomenclature
1628 @tab Subwords 1634 @tab Subwords
1635 @item ---------------------------------------------------------
1636 @end ifnottex
1629 @item @samp{GtkWindow} 1637 @item @samp{GtkWindow}
1630 @tab @samp{Gtk} and @samp{Window} 1638 @tab @samp{Gtk} and @samp{Window}
1631 @item @samp{EmacsFrameClass} 1639 @item @samp{EmacsFrameClass}
1632 @tab @samp{Emacs}, @samp{Frame}, and @samp{Class} 1640 @tab @samp{Emacs}, @samp{Frame}, and @samp{Class}
1633 @item @samp{NSGraphicsContext} 1641 @item @samp{NSGraphicsContext}
1655 @findex c-upcase-subword 1663 @findex c-upcase-subword
1656 @findex upcase-subword (c-) 1664 @findex upcase-subword (c-)
1657 @findex c-downcase-subword 1665 @findex c-downcase-subword
1658 @findex downcase-subword (c-) 1666 @findex downcase-subword (c-)
1659 @multitable @columnfractions .20 .40 .40 1667 @multitable @columnfractions .20 .40 .40
1660 @headitem Key @tab Word oriented command @tab Subword oriented command 1668 @c This could be converted to @headitem when we require Texinfo 4.7
1669 @iftex
1670 @item @b{Key} @tab @b{Word oriented command} @tab @b{Subword oriented command}
1671 @end iftex
1672 @ifnottex
1673 @item Key @tab Word oriented command @tab Subword oriented command
1674 @item ----------------------------------------------------------------------------
1675 @end ifnottex
1661 @item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword} 1676 @item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword}
1662 @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword} 1677 @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword}
1663 @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword} 1678 @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword}
1664 @item @kbd{M-d} @tab @code{kill-word} @tab @code{c-kill-subword} 1679 @item @kbd{M-d} @tab @code{kill-word} @tab @code{c-kill-subword}
1665 @item @kbd{M-DEL} @tab @code{backward-kill-word} @tab @code{c-backward-kill-subword} 1680 @item @kbd{M-DEL} @tab @code{backward-kill-word} @tab @code{c-backward-kill-subword}