Node: Interactive Calling Specification, Next: Operations on Commands, Previous: New-style Command Definition, Up: Commands
The calling-spec argument to interactive or
define-command defines the argument values applied to the
command when it is called interactively. It may be one of:
nil or undefined (i.e. (interactive))
No arguments are given to the command, this type of interactive
declaration just shows that the function may be called interactively.
nil.
The currently available prefixes are,
e
E
p
P
t
t.
%f
nil if no
window is focused.
%w
current-event-window function.
%W
current-event-window function, or if
this returns nil or root, the currently focused window.