aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-09-01 17:38:40 +0000
committerEli Zaretskii2006-09-01 17:38:40 +0000
commitf1a3de4eb37e13c098953d9c9efdec57c0404040 (patch)
tree93dfa5b4b4e4bf1df1626d200e2528a3298a1e99
parent3f81bab466a4af5d8e58afdcb3bf7a91315a26ab (diff)
downloademacs-f1a3de4eb37e13c098953d9c9efdec57c0404040.tar.gz
emacs-f1a3de4eb37e13c098953d9c9efdec57c0404040.zip
(Subword Movement): Don't use @headitem.
-rw-r--r--man/cc-mode.texi19
1 files changed, 17 insertions, 2 deletions
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index 699283528a9..f9c3155bda3 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -1624,8 +1624,16 @@ these mixed case symbols @dfn{nomenclatures}. Also, each capitalized
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}
@@ -1657,7 +1665,14 @@ nomenclature and treat them as separate words:
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}