# HG changeset patch # User Karl Berry # Date 1232932547 0 # Node ID f1471359f35e34042b6c4ea76ac89a2edf8731f9 # Parent 9e6cbe8a717688304ec69c44bc721347b3a016dc use @itemize @w{} for an item with no bullet instead of the incorrect @itemize asis diff -r 9e6cbe8a7176 -r f1471359f35e doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Sun Jan 25 22:58:22 2009 +0000 +++ b/doc/emacs/ChangeLog Mon Jan 26 01:15:47 2009 +0000 @@ -1,3 +1,9 @@ +2009-01-25 Karl Berry + + * 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 * building.texi (Grep Searching): Fix index entry for lgrep. diff -r 9e6cbe8a7176 -r f1471359f35e doc/emacs/text.texi --- a/doc/emacs/text.texi Sun Jan 25 22:58:22 2009 +0000 +++ b/doc/emacs/text.texi Mon Jan 26 01:15:47 2009 +0000 @@ -1290,7 +1290,7 @@ @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 @@ 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 @@ 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