diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index 1259c5891a1..616e91c2d62 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -776,8 +776,8 @@ SUBR must be a built-in function. */) | |||
| 776 | 776 | ||
| 777 | DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0, | 777 | DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0, |
| 778 | doc: /* Return the interactive form of CMD or nil if none. | 778 | doc: /* Return the interactive form of CMD or nil if none. |
| 779 | CMD must be a command. Value, if non-nil, is a list | 779 | If CMD is not a command, the return value is nil. |
| 780 | \(interactive SPEC). */) | 780 | Value, if non-nil, is a list \(interactive SPEC). */) |
| 781 | (cmd) | 781 | (cmd) |
| 782 | Lisp_Object cmd; | 782 | Lisp_Object cmd; |
| 783 | { | 783 | { |