diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-08-25 19:13:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-08-25 19:13:34 +0000 |
commit | dba66452cca56b665ede10f077ca41b7a2cf27ed (patch) | |
tree | c4832128fa1b656f0a2354465a1134705a86fa34 /man/text.texi | |
parent | 13583fa40a1c9b33bb363d17fbab7d3181e6e7d0 (diff) | |
download | emacs-dba66452cca56b665ede10f077ca41b7a2cf27ed.tar.gz emacs-dba66452cca56b665ede10f077ca41b7a2cf27ed.tar.bz2 emacs-dba66452cca56b665ede10f077ca41b7a2cf27ed.zip |
Convert subtables in Foldout mode into @itemize.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/man/text.texi b/man/text.texi index 7fb736b9503..9fd4a8c5a7c 100644 --- a/man/text.texi +++ b/man/text.texi @@ -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 |