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
d994ff7c
Commit
d994ff7c
authored
Feb 22, 2014
by
Juanma Barranquero
Browse files
doc/lispref/functions.texi (Declare Form): Fix typo in previous change.
parent
add6de1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/lispref/functions.texi
doc/lispref/functions.texi
+2
-2
No files found.
doc/lispref/functions.texi
View file @
d994ff7c
...
...
@@ -1583,9 +1583,9 @@ made obsolete.
@item (compiler-macro @var{expander})
This can only be used for functions, and tells the compiler to use
@var{expander} as an optimization function. When encountering a call to the
function, of the form @code{(@var{function} @var{args}@dots)}, the macro
function, of the form @code{(@var{function} @var{args}@dots
{}
)}, the macro
expander will call @var{expander} with that form as well as with
@var{args}@dots, and @var{expander} can either return a new expression to use
@var{args}@dots
{}
, and @var{expander} can either return a new expression to use
instead of the function call, or it can return just the form unchanged,
to indicate that the function call should be left alone. @var{expander} can
be a symbol, or it can be a form @code{(lambda (@var{arg}) @var{body})} in
...
...
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