summaryrefslogtreecommitdiff
path: root/lisp/net/soap-inspect.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/soap-inspect.el')
-rw-r--r--lisp/net/soap-inspect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/soap-inspect.el b/lisp/net/soap-inspect.el
index 17b667504fd..63c5ac53c26 100644
--- a/lisp/net/soap-inspect.el
+++ b/lisp/net/soap-inspect.el
@@ -355,7 +355,7 @@ ATTRIBUTE is a soap-xs-attribute-group."
(defun soap-inspect-xs-complex-type (type)
"Insert information about TYPE in the current buffer.
-TYPE is a `soap-xs-complex-type'"
+TYPE is a `soap-xs-complex-type'."
(insert "Complex type: " (soap-element-fq-name type))
(insert "\nKind: ")
(cl-case (soap-xs-complex-type-indicator type)