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
3a3bb904
Commit
3a3bb904
authored
Aug 10, 2013
by
Xue Fuqiao
Browse files
* doc/lispref/edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
parent
33a9f380
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/edebug.texi
doc/lispref/edebug.texi
+2
-2
No files found.
doc/lispref/ChangeLog
View file @
3a3bb904
2013-08-10 Xue Fuqiao <xfq.free@gmail.com>
* edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
2013-08-09 Xue Fuqiao <xfq.free@gmail.com>
* control.texi (Error Symbols): Minor fix for previous change.
* control.texi (Error Symbols): Minor fix for previous change.
...
...
doc/lispref/edebug.texi
View file @
3a3bb904
...
@@ -1132,14 +1132,14 @@ from the macro definition with @code{def-edebug-spec}. Adding
...
@@ -1132,14 +1132,14 @@ from the macro definition with @code{def-edebug-spec}. Adding
definitions in Lisp, but @code{def-edebug-spec} makes it possible to
definitions in Lisp, but @code{def-edebug-spec} makes it possible to
define Edebug specifications for special forms implemented in C.
define Edebug specifications for special forms implemented in C.
@def
fn Macro
def-edebug-spec macro specification
@def
mac
def-edebug-spec macro specification
Specify which expressions of a call to macro @var{macro} are forms to be
Specify which expressions of a call to macro @var{macro} are forms to be
evaluated. @var{specification} should be the edebug specification.
evaluated. @var{specification} should be the edebug specification.
Neither argument is evaluated.
Neither argument is evaluated.
The @var{macro} argument can actually be any symbol, not just a macro
The @var{macro} argument can actually be any symbol, not just a macro
name.
name.
@end def
fn
@end def
mac
Here is a table of the possibilities for @var{specification} and how each
Here is a table of the possibilities for @var{specification} and how each
directs processing of arguments.
directs processing of arguments.
...
...
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