branch: externals/math-symbol-lists
commit ac3eb053d3b576fcdd192b0ac6ad5090ea3a7079
Merge: 590d9f09f8 ac3a4e739f
Author: Vitalie Spinu <spinu...@gmail.com>
Commit: Vitalie Spinu <spinu...@gmail.com>

    Merge branch 'externals/math-symbol-lists' into math-symbol-list-master
---
 math-symbol-lists.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/math-symbol-lists.el b/math-symbol-lists.el
index 1ec67a1c24..4f247ee7af 100644
--- a/math-symbol-lists.el
+++ b/math-symbol-lists.el
@@ -3156,6 +3156,11 @@ AucTeX/latex.el, but it doesn't include AMS symbols. See 
also
     ("mathunder" "\\underbrace" 9183 "⏟")
     ("mathunder" "\\underbracket" 9141 "⎵")
     ("mathunder" "\\underparen" 9181 "⏝"))
+  ;; FIXME: Describe the expected shape of the contents (i.e. a list of
+  ;; 4-tuples, but I'm not sure what those 4 elements mean:
+  ;; - why is the first a string rather than a symbol?
+  ;; - What's the difference between the 3rd and the 4th (other than: one is
+  ;;   a char and the other is a single-char string)?
   "Extended list of mathematical symbols.
 Each element is a list of the form (CLASS COMMAND UNICODE SYMBOL)
 where COMMAND is a latex command, UNICODE is the unicode entry

Reply via email to