texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.texi (@minus): Do not state that '-


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.texi (@minus): Do not state that '-' produces a minus sign inside @math as results differ for different output formats. Report from Vincent Lefèvre.
Date: Tue, 25 Oct 2022 07:52:10 -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 e722c77c78 * doc/texinfo.texi (@minus): Do not state that '-' produces 
a minus sign inside @math as results differ for different output formats.  
Report from Vincent Lefèvre.
e722c77c78 is described below

commit e722c77c78a6e7800f57aaa6f1458b82dadc31f5
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Oct 25 12:52:02 2022 +0100

    * doc/texinfo.texi (@minus): Do not state that '-' produces
    a minus sign inside @math as results differ for different output
    formats.  Report from Vincent Lefèvre.
---
 ChangeLog        | 6 ++++++
 doc/texinfo.texi | 3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6e3825a3c1..f856a80d7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-10-25  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.texi (@minus): Do not state that '-' produces
+       a minus sign inside @math as results differ for different output
+       formats.  Report from Vincent Lefèvre.
+
 2022-10-25  Gavin Smith  <gavinsmith0123@gmail.com>
 
        awk check
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index bc1eebac87..1b7f029ba4 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -10308,8 +10308,7 @@ than a hyphen, shorter than an em-dash:
 @end display
 
 If you actually want to typeset some math that does a subtraction, it
-is better to use @code{@@math}.  Then the regular @samp{-} character
-produces a minus sign, as in @code{@@math@{a-b@}} (@pxref{Inserting
+is better to use @code{@@math}, as in @code{@@math@{a-b@}} (@pxref{Inserting
 Math}).
 
 



reply via email to

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