1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

Convert subtables in Foldout mode into @itemize.

This commit is contained in:
Richard M. Stallman 2001-08-25 19:13:34 +00:00
parent 13583fa40a
commit dba66452cc

View 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