aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2004-08-03 00:03:00 +0000
committerMiles Bader <[email protected]>2004-08-03 00:03:00 +0000
commitac887bc2843e28a189afa7a1f83ca48157a5e750 (patch)
tree0c70dd197bc1fb64bc2edbfc8a6dcdec9cc8cf1b /src/data.c
parent54685a78a73fcf2f53fd0e8a7a3c7478b8650f1b (diff)
parented5c373cab5483317a8b6fca3d8d4d52432934fc (diff)
Revision: [email protected]/emacs--unicode--0--patch-27
Merge from emacs--cvs-trunk--0 Patches applied: * [email protected]/emacs--cvs-trunk--0--patch-471 - [email protected]/emacs--cvs-trunk--0--patch-478 Update from CVS
Diffstat (limited to 'src/data.c')
-rw-r--r--src/data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c
index 1071107947..558c7a974a 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;
{