]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finteractive_form): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 2 Aug 2004 20:50:09 +0000 (20:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 2 Aug 2004 20:50:09 +0000 (20:50 +0000)
src/ChangeLog
src/data.c

index 84538195917f6d0fb2465bfea28b355baec1a110..94d8983e1c96eef221626ce2fd51043b650dff88 100644 (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,
index 1259c5891a1142d2a466d94ce2f2fae30be9cee0..616e91c2d62c56f8d3401e713aa149f56f1541c7 100644 (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;
 {