emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/nxml/nxml-ns.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/nxml/nxml-ns.el,v
Date: Fri, 27 Jun 2008 07:35:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/27 07:34:54

Index: lisp/nxml/nxml-ns.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/nxml/nxml-ns.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- lisp/nxml/nxml-ns.el        6 May 2008 04:25:55 -0000       1.5
+++ lisp/nxml/nxml-ns.el        27 Jun 2008 07:34:49 -0000      1.6
@@ -71,7 +71,7 @@
   (setq nxml-ns-state (cons (car nxml-ns-state) nxml-ns-state)))
 
 (defun nxml-ns-pop-state ()
-  "Change the state by ending an element.  The behaviour is undefined
+  "Change the state by ending an element.  The behavior is undefined
 if there is no open element."
   (setq nxml-ns-state (cdr nxml-ns-state)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]