* functions.texi (Calling Functions): Link to the "Interactive

Call" node.

Fixes: debbugs:1001
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-06 20:34:55 +02:00
parent d67f7e1fbf
commit 413c488ddb
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -790,6 +790,12 @@ This function returns @var{arg} and has no side effects.
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