Call" node.
Fixes: debbugs:1001
+2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * functions.texi (Calling Functions): Link to the "Interactive
+ Call" node (bug#1001).
+
2011-07-06 Chong Yidong <cyd@stupidchicken.com>
* customize.texi (Composite Types): Move alist and plist to here
This function ignores any arguments and returns @code{nil}.
@end defun
+ Emacs Lisp functions can also be user-visible @dfn{commands}. A
+command is a function that has an @dfn{interactive} specification.
+You may want to call these functions as if they were called
+interactively. See @ref{Interactive Call} for details on how to do
+that.
+
@node Mapping Functions
@section Mapping Functions
@cindex mapping functions