emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104997: * functions.texi (Calling Fu


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104997: * functions.texi (Calling Functions): Link to the "Interactive
Date: Wed, 06 Jul 2011 20:34:55 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104997
fixes bug(s): http://debbugs.gnu.org/1001
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-06 20:34:55 +0200
message:
  * functions.texi (Calling Functions): Link to the "Interactive
  Call" node.
modified:
  doc/lispref/ChangeLog
  doc/lispref/functions.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-06 02:42:10 +0000
+++ b/doc/lispref/ChangeLog     2011-07-06 18:34:55 +0000
@@ -1,3 +1,8 @@
+2011-07-06  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * functions.texi (Calling Functions): Link to the "Interactive
+       Call" node (bug#1001).
+
 2011-07-06  Chong Yidong  <address@hidden>
 
        * customize.texi (Composite Types): Move alist and plist to here

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2011-07-03 12:33:37 +0000
+++ b/doc/lispref/functions.texi        2011-07-06 18:34:55 +0000
@@ -790,6 +790,12 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]