diff options
| author | Glenn Morris | 2008-06-27 07:34:53 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 07:34:53 +0000 |
| commit | fffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch) | |
| tree | 9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /lisp/nxml | |
| parent | cdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff) | |
| download | emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz emacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.zip | |
American English spelling fix.
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 | ||