Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ec0159f0
Commit
ec0159f0
authored
May 08, 2008
by
Juanma Barranquero
Browse files
(ad-special-form-p): Don't use `iff' in docstring.
parent
cf43708e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+1
-1
No files found.
lisp/emacs-lisp/advice.el
View file @
ec0159f0
...
...
@@ -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 i
f 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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment