diff options
Diffstat (limited to 'lisp/xml.el')
| -rw-r--r-- | lisp/xml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xml.el b/lisp/xml.el index 236d9cbe6c0..c96ff80446a 100644 --- a/lisp/xml.el +++ b/lisp/xml.el | |||
| @@ -655,7 +655,7 @@ Leave point at the first non-blank character after the tag." | |||
| 655 | (setq name (xml-maybe-do-ns (match-string-no-properties 1) nil xml-ns)) | 655 | (setq name (xml-maybe-do-ns (match-string-no-properties 1) nil xml-ns)) |
| 656 | (goto-char end-pos) | 656 | (goto-char end-pos) |
| 657 | 657 | ||
| 658 | ;; See also: http://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize | 658 | ;; See also: https://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize |
| 659 | 659 | ||
| 660 | ;; Do we have a string between quotes (or double-quotes), | 660 | ;; Do we have a string between quotes (or double-quotes), |
| 661 | ;; or a simple word ? | 661 | ;; or a simple word ? |