Spelling fixes

* lisp/net/soap-inspect.el (soap-inspect-xs-simple-type):
Fix misspelling in output.
This commit is contained in:
Paul Eggert 2015-11-10 10:22:29 -08:00
parent d149ca81c3
commit c92dbd6d0c
13 changed files with 27 additions and 27 deletions

View file

@ -268,7 +268,7 @@ This macro can only be used within the lexical scope of a cl-generic method."
(defmacro cl-generic-define-context-rewriter (name args &rest body)
"Define a special kind of context named NAME.
Whenever a context specializer of the form (NAME . ACTUALS) appears,
Whenever a context specializer of the form (NAME . ARGS) appears,
the specializer used will be the one returned by BODY."
(declare (debug (&define name lambda-list def-body)) (indent defun))
`(eval-and-compile