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
4342e957
Commit
4342e957
authored
May 17, 2005
by
Juanma Barranquero
Browse files
(macrolet, symbol-macrolet): Doc fixes.
parent
f4db41fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-macs.el
+2
-2
No files found.
lisp/emacs-lisp/cl-macs.el
View file @
4342e957
...
...
@@ -1335,7 +1335,7 @@ Unlike `flet', this macro is fully compliant with the Common Lisp standard.
;; The following ought to have a better definition for use with newer
;; byte compilers.
(
defmacro
macrolet
(
bindings
&rest
body
)
"Make temporary macro defns.
"Make temporary macro def
initio
ns.
This is like `flet', but for macros instead of functions.
\(fn ((NAME ARGLIST BODY...) ...) FORM...)"
...
...
@@ -1351,7 +1351,7 @@ This is like `flet', but for macros instead of functions.
cl-macro-environment
))))))
(
defmacro
symbol-macrolet
(
bindings
&rest
body
)
"Make symbol macro defns.
"Make symbol macro def
initio
ns.
Within the body FORMs, references to the variable NAME will be replaced
by EXPANSION, and (setq NAME ...) will act like (setf EXPANSION ...).
...
...
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