Fix a minor typo
* lisp/xml.el: Correct a minor typo found by flandrew.
This commit is contained in:
parent
777c4dfa30
commit
667348682b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue