aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index c6a62cb..3ccf519 100644
--- a/.emacs
+++ b/.emacs
@@ -758,7 +758,7 @@ If not, issue a warning."
("corollary" ?c "cor:%F:" "~\\ref{%s}" t ("corollary" "cor.") -3)
("lemma" ?l "lemma:%F:" "~\\ref{%s}" t ("lemma" "lem.") -3)
("conjecture" ?j "conj:%F:" "~\\ref{%s}" t ("conjecture" "conj.") -3)
- ("example" ?e "ex:%F:" "~\\ref{%s}" t ("example" "ex.") -3)
+ ("example" ?X "ex:%F:" "~\\ref{%s}" t ("example" "ex.") -3)
("figure" ?F "fig:%F:" "~\\ref{%s}" t ("figure" "fig.") -3)
("ax" ?a "ax:%F:" "~\\ref{%s}" t ("axiom" "ax.") -3)
("thm" ?h "theorem:%F:" "~\\ref{%s}" t ("theorem" "th.") -3)