mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
use @itemize @w{} for an item with no bullet instead of the incorrect @itemize asis
This commit is contained in:
parent
64cc3cf608
commit
49ffdce87c
2 changed files with 9 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue