From: Lars Magne Ingebrigtsen Date: Wed, 6 Jul 2011 18:34:55 +0000 (+0200) Subject: * functions.texi (Calling Functions): Link to the "Interactive X-Git-Tag: emacs-pretest-24.0.90~104^2~461^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=413c488ddbd3e53269502a45465b3ea64606f4d5;p=emacs.git * functions.texi (Calling Functions): Link to the "Interactive Call" node. Fixes: debbugs:1001 --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0924bbcecc8..23ddf0c5ad1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-07-06 Lars Magne Ingebrigtsen + + * functions.texi (Calling Functions): Link to the "Interactive + Call" node (bug#1001). + 2011-07-06 Chong Yidong * customize.texi (Composite Types): Move alist and plist to here diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 519957f8921..f3b2375b61d 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -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