emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2a058b7 2/2: lisp/net/soap-client.el: Bump version


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] master 2a058b7 2/2: lisp/net/soap-client.el: Bump version to 3.1.3
Date: Tue, 13 Jun 2017 21:40:35 -0400 (EDT)

branch: master
commit 2a058b7ef8eecd0e0e2c509cc9fdb5d3020f4b5b
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    lisp/net/soap-client.el: Bump version to 3.1.3
    
    * lisp/net/soap-client.el: Bump version to 3.1.3.
    (soap-name-p): Fix checkdoc issue.
---
 lisp/net/soap-client.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el
index 48c775f..c0b71cd 100644
--- a/lisp/net/soap-client.el
+++ b/lisp/net/soap-client.el
@@ -5,7 +5,7 @@
 ;; Author: Alexandru Harsanyi <address@hidden>
 ;; Author: Thomas Fitzsimmons <address@hidden>
 ;; 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)



reply via email to

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