From: Mark A. Hershberger Date: Sun, 2 Jul 2023 19:15:17 +0000 (-0400) Subject: Fix a minor typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=667348682b4423f8c90d213e9ef35fff9cfab44d;p=emacs.git Fix a minor typo * lisp/xml.el: Correct a minor typo found by flandrew. --- diff --git a/lisp/xml.el b/lisp/xml.el index 9095653416e..5a7501dcf41 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -265,7 +265,7 @@ See also `xml-get-attribute-or-nil'." "\\)*\"\\|'\\(?:[^%&']\\|" xml-pe-reference-re "\\|" xml-reference-re "\\)*'\\)")) -) ; End of `eval-when-compile' +) ; End of `eval-and-compile' ;; [75] ExternalID ::= 'SYSTEM' S SystemLiteral