]> git.eshelyaron.com Git - emacs.git/commitdiff
* functions.texi (Calling Functions): Link to the "Interactive
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 6 Jul 2011 18:34:55 +0000 (20:34 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 6 Jul 2011 18:34:55 +0000 (20:34 +0200)
Call" node.

Fixes: debbugs:1001
doc/lispref/ChangeLog
doc/lispref/functions.texi

index 0924bbcecc851ab5c6fc4d9cff2f6bad3c111023..23ddf0c5ad1125a73526c053bea827dd64069383 100644 (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
index 519957f8921c8a9a2e702a78254f5fa85226e934..f3b2375b61da57d6db9954fb355aa0b8edb7d231 100644 (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