[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * doc/texinfo.texi (@code{@@itemize}): Shorten di
From: |
Gavin D. Smith |
Subject: |
branch master updated: * doc/texinfo.texi (@code{@@itemize}): Shorten discussion of moving index entries and comments. |
Date: |
Sun, 17 Mar 2024 07:55:50 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 8dd69738ad * doc/texinfo.texi (@code{@@itemize}): Shorten discussion
of moving index entries and comments.
8dd69738ad is described below
commit 8dd69738adaaac8a79051a9bebac8bbbc1b64f32
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Mar 17 11:55:42 2024 +0000
* doc/texinfo.texi (@code{@@itemize}): Shorten discussion of
moving index entries and comments.
---
ChangeLog | 5 +++++
doc/texinfo.texi | 6 ++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5e56a3a801..b2f17d4b5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-17 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * doc/texinfo.texi (@code{@@itemize}): Shorten discussion of
+ moving index entries and comments.
+
2024-03-17 Patrice Dumas <pertusus@free.fr>
* doc/texinfo.texi (Introducing Lists, @code{@@itemize}): use {} in
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 13fcd4ee68..998fccac1a 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -6796,10 +6796,8 @@ environment. If none are present, @code{texi2any} gives
a warning.
If you just want indented text and not a list of items, use
@code{@@indentedblock}; @pxref{@code{@@indentedblock}}.
-Index entries and comments that are given before an @code{@@item}
-including the first, are automatically moved (internally) to after the
-@code{@@item}, so the output is as expected. Historically this has
-been a common practice.
+Index entries that occur immediately before an @code{@@item}
+are associated with the @code{@@item}.
Usually, you should put a blank line between items. This puts a blank
line in the Info file. (@TeX{} inserts the proper vertical space in
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * doc/texinfo.texi (@code{@@itemize}): Shorten discussion of moving index entries and comments.,
Gavin D. Smith <=