From: Luc Teirlinck Date: Mon, 2 Aug 2004 20:50:09 +0000 (+0000) Subject: (Finteractive_form): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5350 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df13361290318d0fd05c9c0ff8d187b731d73846;p=emacs.git (Finteractive_form): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 84538195917..94d8983e1c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 Luc Teirlinck + + * data.c (Finteractive_form): Doc fix. + 2004-08-02 Kim F. Storm * indent.c (compute_motion): Use actual window width if WIDTH is -1, diff --git a/src/data.c b/src/data.c index 1259c5891a1..616e91c2d62 100644 --- a/src/data.c +++ b/src/data.c @@ -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; {