diff options
Diffstat (limited to 'lisp/nxml')
| -rw-r--r-- | lisp/nxml/nxml-ns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-ns.el b/lisp/nxml/nxml-ns.el index 7fb6d0e4874..1c7068faf21 100644 --- a/lisp/nxml/nxml-ns.el +++ b/lisp/nxml/nxml-ns.el | |||
| @@ -71,7 +71,7 @@ are inherited from the parent state." | |||
| 71 | (setq nxml-ns-state (cons (car nxml-ns-state) nxml-ns-state))) | 71 | (setq nxml-ns-state (cons (car nxml-ns-state) nxml-ns-state))) |
| 72 | 72 | ||
| 73 | (defun nxml-ns-pop-state () | 73 | (defun nxml-ns-pop-state () |
| 74 | "Change the state by ending an element. The behaviour is undefined | 74 | "Change the state by ending an element. The behavior is undefined |
| 75 | if there is no open element." | 75 | if there is no open element." |
| 76 | (setq nxml-ns-state (cdr nxml-ns-state))) | 76 | (setq nxml-ns-state (cdr nxml-ns-state))) |
| 77 | 77 | ||