(Finteractive_form): Doc fix.
This commit is contained in:
parent
0f7a93c1c6
commit
df13361290
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* data.c (Finteractive_form): Doc fix.
|
||||
|
||||
2004-08-02 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* indent.c (compute_motion): Use actual window width if WIDTH is -1,
|
||||
|
|
|
@ -776,8 +776,8 @@ SUBR must be a built-in function. */)
|
|||
|
||||
DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0,
|
||||
doc: /* Return the interactive form of CMD or nil if none.
|
||||
CMD must be a command. Value, if non-nil, is a list
|
||||
\(interactive SPEC). */)
|
||||
If CMD is not a command, the return value is nil.
|
||||
Value, if non-nil, is a list \(interactive SPEC). */)
|
||||
(cmd)
|
||||
Lisp_Object cmd;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue