branch: master
commit 751766141e2bb0eda7b70c1f2d1853a40d53d5a5
Author: Vitalie Spinu <[email protected]>
Commit: Vitalie Spinu <[email protected]>
Docs
---
math-symbol-lists.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index fe12507..fce8113 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -398,7 +398,7 @@
This list maps standard LaTeX math commands to unicode
characters. For some symbols in this list the unicode code is
missing. It is an extension of `LaTeX-math-default' in
-AucTeX/latex.el but it doesn't include AMS symbols. See also
+AucTeX/latex.el, but it doesn't include AMS symbols. See also
`math-symbol-list-extended' and `math-symbol-list-packages'.")
(defconst math-symbol-list-extended
@@ -2832,9 +2832,9 @@ AucTeX/latex.el but it doesn't include AMS symbols. See
also
("mathunder" "\\underbracket" 9141 "⎵")
("mathunder" "\\underparen" 9181 "⏝"))
"Extended list of mathematical symbols.
-This list does not contain about 190 of the standard LaTeX math
-commands in `math-symbol-list-basic' because they are named
-differently in unicode-math standard.")
+This list does not include about 190 of the standard LaTeX math
+commands in `math-symbol-list-basic' because of the conflicting
+names between latex and unicode-math standard.")
(defconst math-symbol-list-packages
'(("amsfonts" "mathclose" "\\urcorner" 8989 "⌝")