summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-16 11:57:45 +0100
committerBastien Guerry <bzg@altern.org>2014-01-16 11:57:45 +0100
commitbe54f049ddd4a89082152b36da6b4cc63e58a45a (patch)
tree6d9d849dc3f78b45a0e3bf9bed3d0bfc9b2c00fd
parentd4b653656ec3ace694c8a25996c30b75d583206e (diff)
downloadorg-mode-be54f049ddd4a89082152b36da6b4cc63e58a45a.tar.gz
Backport Emacs trunk revno r116039
-rw-r--r--lisp/org-entities.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index 9712190..ba1eed1 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -330,7 +330,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("infin" "\\propto" t "&infin;" "[infinity]" "[infinity]" "∞")
("infty" "\\infty" t "&infin;" "[infinity]" "[infinity]" "∞")
("prop" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝")
- ("proptp" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝")
+ ("propto" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝")
("not" "\\textlnot{}" nil "&not;" "[angled dash]" "¬" "¬")
("neg" "\\neg{}" t "&not;" "[angled dash]" "¬" "¬")
("land" "\\land" t "&and;" "[logical and]" "[logical and]" "∧")