# HG changeset patch # User Luc Teirlinck # Date 1091479611 0 # Node ID f48e32fbfc6ca13c491836f758f03e2fba3fd065 # Parent eb864aaf90b0d4a30fa7236090ed2863ece21bd9 (Finteractive_form): Doc fix. diff -r eb864aaf90b0 -r f48e32fbfc6c src/data.c --- 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; {