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." (setq name (xml-maybe-do-ns (match-string-no-properties 1) nil xml-ns)) (goto-char end-pos) - ;; See also: http://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize + ;; See also: https://www.w3.org/TR/2000/REC-xml-20001006#AVNormalize ;; Do we have a string between quotes (or double-quotes), ;; or a simple word ? |