]> git.eshelyaron.com Git - emacs.git/commitdiff
use @itemize @w{} for an item with no bullet instead of the incorrect @itemize asis
authorKarl Berry <karl@gnu.org>
Mon, 26 Jan 2009 01:15:47 +0000 (01:15 +0000)
committerKarl Berry <karl@gnu.org>
Mon, 26 Jan 2009 01:15:47 +0000 (01:15 +0000)
doc/emacs/ChangeLog
doc/emacs/text.texi

index 6dd0a9ebd332d47e26f49ab9a3483d54410e23a8..ef707c2af457f7182174a6bd910a2843be0a4fa4 100644 (file)
@@ -1,3 +1,9 @@
+2009-01-25  Karl Berry  <karl@gnu.org>
+
+       * text.texi (Foldout): Use @itemize @w{} to make an itemize
+       item with no marker, instead of the syntactically incorrect
+       @itemize @asis.
+
 2009-01-25  Juri Linkov  <juri@jurta.org>
 
        * building.texi (Grep Searching): Fix index entry for lgrep.
index fa653d4a41248c249a13bbaf8e22624d52c38d41..3a26a0530d02de38623710f7e0aeb2df80f3be37 100644 (file)
@@ -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