diff options
author | Karl Berry <karl@gnu.org> | 2009-01-26 01:15:47 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 2009-01-26 01:15:47 +0000 |
commit | 49ffdce87c1a2502af6f6459d1ecf10fe0104530 (patch) | |
tree | 3c07083fb8300616eb0444235de323252d630296 /doc/emacs/text.texi | |
parent | 64cc3cf60817aa7cf7da6fafa94276b15903bf74 (diff) |
use @itemize @w{} for an item with no bullet instead of the incorrect @itemize asis
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r-- | doc/emacs/text.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index fa653d4a41..3a26a0530d 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1290,7 +1290,7 @@ folds, and for showing and hiding text: @table @asis @item @kbd{C-M-Mouse-1} zooms in on the heading clicked on -@itemize @asis +@itemize @w{} @item single click: expose body. @item @@ -1301,7 +1301,7 @@ triple click: expose body and subheadings. quad click: expose entire subtree. @end itemize @item @kbd{C-M-Mouse-2} exposes text under the heading clicked on -@itemize @asis +@itemize @w{} @item single click: expose body. @item @@ -1312,7 +1312,7 @@ triple click: expose body and subheadings. quad click: expose entire subtree. @end itemize @item @kbd{C-M-Mouse-3} hides text under the heading clicked on or exits fold -@itemize @asis +@itemize @w{} @item single click: hide subtree. @item |