mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(Writing Emacs Primitives): The interactive spec of a primitive can be
a Lisp form.
This commit is contained in:
parent
66e3cca6f3
commit
2c30e468e9
@ -592,7 +592,8 @@ This is an interactive specification, a string such as might be used as
|
||||
the argument of @code{interactive} in a Lisp function. In the case of
|
||||
@code{or}, it is 0 (a null pointer), indicating that @code{or} cannot be
|
||||
called interactively. A value of @code{""} indicates a function that
|
||||
should receive no arguments when called interactively.
|
||||
should receive no arguments when called interactively. If the value
|
||||
begins with a @samp{(}, the string is evaluated as a Lisp form.
|
||||
|
||||
@item doc
|
||||
This is the documentation string. It uses C comment syntax rather
|
||||
|
Loading…
Reference in New Issue
Block a user