]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/net/soap-client.el: Bump version to 3.1.3
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 14 Jun 2017 00:56:25 +0000 (20:56 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Wed, 14 Jun 2017 01:21:24 +0000 (21:21 -0400)
* lisp/net/soap-client.el: Bump version to 3.1.3.
(soap-name-p): Fix checkdoc issue.

lisp/net/soap-client.el

index 48c775f008e54956539a86e5e851aae8e506e85e..c0b71cdf170643af1197da1cbe893ba634467dde 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Alexandru Harsanyi <AlexHarsanyi@gmail.com>
 ;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
 ;; Created: December, 2009
-;; Version: 3.1.2
+;; Version: 3.1.3
 ;; Keywords: soap, web-services, comm, hypermedia
 ;; Package: soap-client
 ;; Homepage: https://github.com/alex-hhh/emacs-soap-client
@@ -205,7 +205,7 @@ different namespace aliases for the same element."
                  local-name-1)))))
 
 (defun soap-name-p (name)
-  "Return true if NAME is a valid name for XMLSchema types.
+  "Return t if NAME is a valid name for XMLSchema types.
 A valid name is either a string or a cons of (NAMESPACE . NAME)."
   (or (stringp name)
       (and (consp name)