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
f15e298c
Commit
f15e298c
authored
Aug 21, 2000
by
Gerd Moellmann
Browse files
(cl-macroexpand): Doc fix.
parent
cbcef616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/cl.el
lisp/emacs-lisp/cl.el
+1
-1
No files found.
lisp/emacs-lisp/cl.el
View file @
f15e298c
...
...
@@ -222,7 +222,7 @@ If FORM is not a macro call, it is returned unchanged.
Otherwise, the macro is expanded and the expansion is considered
in place of FORM. When a non-macro-call results, it is returned.
The second optional arg ENVIRONMENT species an environment of macro
The second optional arg ENVIRONMENT speci
fi
es an environment of macro
definitions to shadow the loaded ones for use in file byte-compilation."
(
let
((
cl-macro-environment
cl-env
))
(
while
(
progn
(
setq
cl-macro
(
funcall
cl-old-macroexpand
cl-macro
cl-env
))
...
...
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