texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * doc/texinfo.texi b/doc/texinfo.texi (@code{@@li


From: Patrice Dumas
Subject: branch master updated: * doc/texinfo.texi b/doc/texinfo.texi (@code{@@link}): add a missing not. Replace these by some as it is not clear what these refers to.
Date: Wed, 10 Jan 2024 17:33:23 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 60cdc8d538 * doc/texinfo.texi b/doc/texinfo.texi (@code{@@link}): add 
a missing not.  Replace these by some as it is not clear what these refers to.
60cdc8d538 is described below

commit 60cdc8d5386f1aa974dfd89eaa1a398e3ed1660b
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 10 23:33:24 2024 +0100

    * doc/texinfo.texi b/doc/texinfo.texi (@code{@@link}): add a missing
    not.  Replace these by some as it is not clear what these refers to.
---
 ChangeLog        | 5 +++++
 doc/texinfo.texi | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f9fb5a33b4..1e337438a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-01-10  Patrice Dumas  <pertusus@free.fr>
+
+       * doc/texinfo.texi b/doc/texinfo.texi (@code{@@link}): add a missing
+       not.  Replace these by some as it is not clear what these refers to.
+
 2024-01-10  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Structuring.pm (setup_sortable_index_entries): remove the
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 4d4c8ec33d..0d51b4fbd2 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -4419,12 +4419,12 @@ target appears within; if not given, the reference is 
to the current
 manual.
 
 @code{@@link} has similar output to @code{@@ref}, except that it does
-produce any extra text around the link label in Info or printed output
+not produce any extra text around the link label in Info or printed output
 that would mark it as a cross-reference.
 
 Be careful about using @code{@@link} to produce links that are
 necessary for a user to move around a manual, as these links will do
-nothing in these output formats.  @code{@@link} is best used to add
+nothing in some output formats.  @code{@@link} is best used to add
 convenience links that are nonetheless not essential for a reader
 to understand the text of the manual.  For example, you might use
 @code{@@link} in a code sample to reference documentation of a symbol



reply via email to

[Prev in Thread] Current Thread [Next in Thread]