(Finteractive_form): Doc fix.

This commit is contained in:
Luc Teirlinck 2004-08-02 20:50:09 +00:00
parent 0f7a93c1c6
commit df13361290
2 changed files with 6 additions and 2 deletions

View file

@ -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,

View file

@ -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;
{