]> git.eshelyaron.com Git - emacs.git/commitdiff
Convert subtables in Foldout mode into @itemize.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Aug 2001 19:13:34 +0000 (19:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Aug 2001 19:13:34 +0000 (19:13 +0000)
man/text.texi

index 7fb736b9503c9e9c857c9d9832b15be8eebc9107..9fd4a8c5a7cc4b0f785483ca19b1dadbf31f8428 100644 (file)
@@ -1218,27 +1218,27 @@ triple click: expose body and subheadings.
 quad click: expose entire subtree.
 @end itemize
 @item @kbd{M-C-Mouse-2} exposes text under the heading clicked on
-@table @r
-@item single click
-expose body.
-@item double click
-expose subheadings.
-@item triple click
-expose body and subheadings.
-@item quad click
-expose entire subtree.
-@end table
+@itemize @asis
+@item
+single click: expose body.
+@item
+double click: expose subheadings.
+@item
+triple click: expose body and subheadings.
+@item
+quad click: expose entire subtree.
+@end itemize
 @item @kbd{M-C-Mouse-3} hides text under the heading clicked on or exits fold
-@table @r
-@item single click
-hide subtree.
-@item double click
-exit fold and hide text.
-@item triple click
-exit fold without hiding text.
-@item quad click
-exit all folds and hide text.
-@end table
+@itemize @asis
+@item
+single click: hide subtree.
+@item
+double click: exit fold and hide text.
+@item
+triple click: exit fold without hiding text.
+@item
+quad click: exit all folds and hide text.
+@end itemize
 @end table
 
 @vindex foldout-mouse-modifiers