(ad-special-form-p): Don't use `iff' in docstring.
This commit is contained in:
parent
cf43708e71
commit
ec0159f045
1 changed files with 1 additions and 1 deletions
|
@ -2469,7 +2469,7 @@ will clear the cache."
|
|||
`(cdr ,definition))
|
||||
|
||||
(defun ad-special-form-p (definition)
|
||||
"Non-nil iff DEFINITION is a special form."
|
||||
"Non-nil if and only if DEFINITION is a special form."
|
||||
(if (and (symbolp definition) (fboundp definition))
|
||||
(setq definition (indirect-function definition)))
|
||||
(and (subrp definition) (eq (cdr (subr-arity definition)) 'unevalled)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue