Core Advising Primitives `interactive' clarification
* doc/lispref/functions.texi (Core Advising Primitives): Clarify when the interactive spec is a function (bug#17871).
This commit is contained in:
parent
2abcca2391
commit
151a99cca9
1 changed files with 2 additions and 1 deletions
|
@ -1707,7 +1707,8 @@ If @var{function} is not interactive, then the combined function will inherit
|
|||
the interactive spec, if any, of the original function. Else, the combined
|
||||
function will be interactive and will use the interactive spec of
|
||||
@var{function}. One exception: if the interactive spec of @var{function}
|
||||
is a function (rather than an expression or a string), then the interactive
|
||||
is a function (i.e., a @code{lambda} expression or an @code{fbound}
|
||||
symbol rather than an expression or a string), then the interactive
|
||||
spec of the combined function will be a call to that function with as sole
|
||||
argument the interactive spec of the original function. To interpret the spec
|
||||
received as argument, use @code{advice-eval-interactive-spec}.
|
||||
|
|
Loading…
Add table
Reference in a new issue