diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 12:01:18 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 13:32:41 +0200 |
commit | 8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch) | |
tree | 9332368efe35507bd11da1a743628871fc983e0a /lisp/nxml | |
parent | c5aec9b10d709b91a0188b705b653bd2a59fff2d (diff) | |
download | emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.bz2 emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.zip |
; Fix typos.
Diffstat (limited to 'lisp/nxml')
-rw-r--r-- | lisp/nxml/nxml-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-parse.el b/lisp/nxml/nxml-parse.el index ff9eda3fd2a..56ba4480bfa 100644 --- a/lisp/nxml/nxml-parse.el +++ b/lisp/nxml/nxml-parse.el @@ -246,7 +246,7 @@ same way as well-formedness error." parsed-attributes))) (setq atts (cdr atts))) ;; We want to end up with the attributes followed by the - ;; the namespace attributes in the same order as + ;; namespace attributes in the same order as ;; xmltok-attributes and xmltok-namespace-attributes respectively. (when parsed-namespace-attributes (setq parsed-attributes |