diff --git a/ChangeLog b/ChangeLog index 4aa98d1e34..0d3ed03c7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2024-03-14 Patrice Dumas + + * doc/texinfo.texi (Introducing Lists, @code{@@itemize}): use {} in + examples with mark commands @itemize arguments. + + * doc/texinfo.texi (@code{@@bullet}, Click Sequences): remove text + stating that mark commands @itemize arguments braces are normally + omitted that are also of dubious interest. + 2024-03-13 Patrice Dumas * tp/Texinfo/Convert/HTML.pm (_prepare_title_titlepage) diff --git a/doc/texinfo.texi b/doc/texinfo.texi index e8df8ccb13..13fcd4ee68 100644 --- a/doc/texinfo.texi +++ b/doc/texinfo.texi @@ -6685,7 +6685,7 @@ @node Introducing Lists @noindent Here is an itemized list of the different kinds of table and lists: -@itemize @bullet +@itemize @bullet{} @item Itemized lists with and without bullets. @@ -6758,7 +6758,7 @@ @node @code{@@itemize} @example @group -@@itemize @@bullet +@@itemize @@bullet@{@} @@item Some text for foo. @@ -6773,7 +6773,7 @@ @node @code{@@itemize} This produces: @quotation -@itemize @bullet +@itemize @bullet{} @item Some text for foo. @@ -6783,9 +6783,9 @@ @node @code{@@itemize} @end itemize @end quotation -As you can see from this example, when you give a mark command such as -@code{@@bullet} as the argument to @code{@@itemize} command, you may -omit the @samp{@{@}} that would normally follow the command. +When you give a mark command such as @code{@@bullet} as the argument +to @code{@@itemize} command, you may omit the @samp{@{@}} that would +normally follow the command. @cindex @code{@@w}, for blank items If you don't want any mark at all, but still want logical items, use @@ -6811,11 +6811,11 @@ @node @code{@@itemize} @example @group -@@itemize @@bullet +@@itemize @@bullet@{@} @@item First item. -@@itemize @@minus +@@itemize @@minus@{@} @@item Inner item. @@ -6833,11 +6833,11 @@ @node @code{@@itemize} This produces: @quotation -@itemize @bullet +@itemize @bullet{} @item First item. -@itemize @minus +@itemize @minus{} @item Inner item. @@ -9647,10 +9647,6 @@ @node @code{@@bullet} the closest possible thing to one. An asterisk can also be used. Here is a bullet: @bullet{} -When you use @code{@@bullet} in @code{@@itemize}, you do not need to -type the braces, because @code{@@itemize} supplies them. -(@pxref{@code{@@itemize}}). - @node @code{@@euro} @nodedescription How to insert the euro currency symbol. @@ -10098,8 +10094,7 @@ @node Click Sequences @findex clickstyle You can change the glyph produced by @code{@@click} with the command @code{@@clickstyle}, which takes a command name as its single argument -on the rest of the line, much like @code{@@itemize} and friends -(@pxref{@code{@@itemize}}). The command should produce a glyph, and +on the rest of the line. The command should produce a glyph, and the usual empty braces @samp{@{@}} are omitted. Here's an example: @example