aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-02 20:50:09 +0000
committerLuc Teirlinck2004-08-02 20:50:09 +0000
commitdf13361290318d0fd05c9c0ff8d187b731d73846 (patch)
tree73b5887fdf2a967ecb0cff43474507a0a385ea80 /src/data.c
parent0f7a93c1c6d940cc7691834a7936b800af6c0d6f (diff)
downloademacs-df13361290318d0fd05c9c0ff8d187b731d73846.tar.gz
emacs-df13361290318d0fd05c9c0ff8d187b731d73846.zip
(Finteractive_form): Doc fix.
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 1259c5891a1..616e91c2d62 100644
--- a/src/data.c
+++ b/src/data.c
@@ -776,8 +776,8 @@ SUBR must be a built-in function. */)
776 776
777DEFUN ("interactive-form", Finteractive_form, Sinteractive_form, 1, 1, 0, 777DEFUN ("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.
779CMD must be a command. Value, if non-nil, is a list 779If CMD is not a command, the return value is nil.
780\(interactive SPEC). */) 780Value, if non-nil, is a list \(interactive SPEC). */)
781 (cmd) 781 (cmd)
782 Lisp_Object cmd; 782 Lisp_Object cmd;
783{ 783{