Mercurial > emacs
comparison lisp/nxml/nxml-ns.el @ 96376:c3309dba6542
American English spelling fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 27 Jun 2008 07:34:53 +0000 |
parents | d495d4d5452f |
children | e374c747704b |
comparison
equal
deleted
inserted
replaced
96375:4abf11e31c26 | 96376:c3309dba6542 |
---|---|
69 "Change the state by starting a new element. Namespace declarations | 69 "Change the state by starting a new element. Namespace declarations |
70 are inherited from the parent state." | 70 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 |
78 (defun nxml-ns-get-prefix (prefix) | 78 (defun nxml-ns-get-prefix (prefix) |
79 "Return the symbol for namespace bound to PREFIX, or nil if PREFIX | 79 "Return the symbol for namespace bound to PREFIX, or nil if PREFIX |