aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-07 18:59:26 +0200
committerLars Magne Ingebrigtsen2011-07-07 18:59:26 +0200
commit54e101844312f87d5283db5fd078d0756264caa2 (patch)
tree0f0fc3253456a7834742ec13f71f27c216d05993 /src/callint.c
parentac6531adfffc5bc6729a9f481ce4bc60800c4d68 (diff)
downloademacs-54e101844312f87d5283db5fd078d0756264caa2.tar.gz
emacs-54e101844312f87d5283db5fd078d0756264caa2.zip
Clarify the `call-interactively' doc string, and add an example.
Diffstat (limited to 'src/callint.c')
-rw-r--r--src/callint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c
index 1371b403e4b..26b161a25b3 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -234,7 +234,7 @@ fix_command (Lisp_Object input, Lisp_Object values)
234} 234}
235 235
236DEFUN ("call-interactively", Fcall_interactively, Scall_interactively, 1, 3, 0, 236DEFUN ("call-interactively", Fcall_interactively, Scall_interactively, 1, 3, 0,
237 doc: /* Call FUNCTION, reading args according to its interactive calling specs. 237 doc: /* Call FUNCTION, providing args according to its interactive calling specs.
238Return the value FUNCTION returns. 238Return the value FUNCTION returns.
239The function contains a specification of how to do the argument reading. 239The function contains a specification of how to do the argument reading.
240In the case of user-defined functions, this is specified by placing a call 240In the case of user-defined functions, this is specified by placing a call