From 413c488ddbd3e53269502a45465b3ea64606f4d5 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 6 Jul 2011 20:34:55 +0200 Subject: [PATCH] * functions.texi (Calling Functions): Link to the "Interactive Call" node. Fixes: debbugs:1001 --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/functions.texi | 6 ++++++ 2 files changed, 11 insertions(+) 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 -- 2.39.2