changeset 56590:f48e32fbfc6c

(Finteractive_form): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 02 Aug 2004 20:46:51 +0000
parents eb864aaf90b0
children a091aed32eb2
files src/data.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Mon Aug 02 15:30:37 2004 +0000
+++ b/src/data.c	Mon Aug 02 20:46:51 2004 +0000
@@ -776,8 +776,8 @@
 
 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;
 {