aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/xml.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/xml.el')
-rw-r--r--lisp/xml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xml.el b/lisp/xml.el
index 68aa5f4db6f..478872dd92e 100644
--- a/lisp/xml.el
+++ b/lisp/xml.el
@@ -756,7 +756,7 @@ This follows the rule [28] in the XML specifications."
756;;******************************************************************* 756;;*******************************************************************
757 757
758(defun xml-substitute-special (string) 758(defun xml-substitute-special (string)
759 "Return STRING, after subsituting entity references." 759 "Return STRING, after substituting entity references."
760 ;; This originally made repeated passes through the string from the 760 ;; This originally made repeated passes through the string from the
761 ;; beginning, which isn't correct, since then either "&" or 761 ;; beginning, which isn't correct, since then either "&" or
762 ;; "&" won't DTRT. 762 ;; "&" won't DTRT.