[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3d4f37856a55db4ee2455
|
From: |
Ikumi Keita |
|
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3d4f37856a55db4ee24550b1a2bc1aae8f877aed |
|
Date: |
Tue, 16 Jun 2020 00:18:45 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 3d4f37856a55db4ee24550b1a2bc1aae8f877aed (commit)
from a6b12a2721e32b46ef70852d0e7c11408a71dcaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3d4f37856a55db4ee24550b1a2bc1aae8f877aed
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Tue Jun 16 02:48:26 2020 +0900
Fix typos
* doc/changes.texi (News in 12.3):
* tests/latex/fontification-general.tex (AUCTeX fontification):
Fix typos.
diff --git a/doc/changes.texi b/doc/changes.texi
index 08ea18a..003e55b 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -12,14 +12,14 @@
@itemize @bullet
@item
-Math expression hilighting was improved. Hilighting for documents with a
-lot of inline math expressions @samp{$...$} won't get scrambled now
-(@samp{bug#33139}).
+Math expression highlighting was improved. Highlighting for documents
+with a lot of inline math expressions @samp{$...$} won't get scrambled
+now (@samp{bug#33139}).
There is small incompatibility due to this fix. When odd number of
-dollar signs are in a comment, the subsequent lines are hilighted as
-math until another $ appears. You can insert a commented dollar sign
-(@samp{%$}) at the next suitable end of line as a workaround.
+dollar signs are in a comment, the subsequent lines are highlighted as
+math until another @samp{$} appears. You can insert a commented dollar
+sign (@samp{%$}) at the next suitable end of line as a workaround.
@ifclear rawfile
@xref{Known problems}.
@end ifclear
diff --git a/tests/latex/fontification-general.tex
b/tests/latex/fontification-general.tex
index c016f6a..50d1b30 100644
--- a/tests/latex/fontification-general.tex
+++ b/tests/latex/fontification-general.tex
@@ -234,7 +234,7 @@ or
\verb|\begin{<mathenv>} [<math-content>]{<math-content>}|
\end{quote}
-The relevant functions is \verb|font-latex.el| are
+The relevant functions in \verb|font-latex.el| are
\begin{quote}
\verb|font-latex-match-math-envII|\quad and \\
\verb|font-latex-extend-region-backwards-math|
-----------------------------------------------------------------------
Summary of changes:
doc/changes.texi | 12 ++++++------
tests/latex/fontification-general.tex | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
GNU AUCTeX
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3d4f37856a55db4ee24550b1a2bc1aae8f877aed,
Ikumi Keita <=