Spelling fixes
* lisp/net/soap-inspect.el (soap-inspect-xs-simple-type): Fix misspelling in output.
This commit is contained in:
parent
d149ca81c3
commit
c92dbd6d0c
13 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue