aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
authorJuanma Barranquero2011-11-20 04:48:53 +0100
committerJuanma Barranquero2011-11-20 04:48:53 +0100
commitcd1181dbece7f23a801ce9c56b985f9466cd6511 (patch)
tree59d07d411c4de52f8e100fc1d71dbadd9095d1b2 /lisp/nxml
parent17e845af732cf7bd0ada49375f014e10deb3d06a (diff)
downloademacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.tar.gz
emacs-cd1181dbece7f23a801ce9c56b985f9466cd6511.zip
Fix typos.
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/xsd-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el
index fbf0e159247..9701b8dc6e0 100644
--- a/lisp/nxml/xsd-regexp.el
+++ b/lisp/nxml/xsd-regexp.el
@@ -49,7 +49,7 @@
49;; Unicode character means a character in one of the Mule charsets 49;; Unicode character means a character in one of the Mule charsets
50;; ascii, latin-iso8859-1, mule-unicode-0100-24ff, 50;; ascii, latin-iso8859-1, mule-unicode-0100-24ff,
51;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control 51;; mule-unicode-2500-33ff, mule-unicode-e000-ffff, eight-bit-control
52;; or a character translateable to such a character (i.e a character 52;; or a character translatable to such a character (i.e a character
53;; for which `encode-char' will return non-nil). 53;; for which `encode-char' will return non-nil).
54;; 54;;
55;; Using unify-8859-on-decoding-mode is probably a good idea here 55;; Using unify-8859-on-decoding-mode is probably a good idea here