Mercurial > emacs
diff src/data.c @ 56590:f48e32fbfc6c
(Finteractive_form): Doc fix.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Mon, 02 Aug 2004 20:46:51 +0000 |
| parents | 3310f9505840 |
| children | 1eb191c19f7f 0bdb5a16ae51 |
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; {
