emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/internals.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/internals.texi,v
Date: Wed, 15 Oct 2008 20:20:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/15 20:20:40

Index: internals.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/internals.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- internals.texi      13 Jun 2008 08:05:52 -0000      1.4
+++ internals.texi      15 Oct 2008 20:20:39 -0000      1.5
@@ -592,7 +592,8 @@
 the argument of @code{interactive} in a Lisp function.  In the case of
 @code{or}, it is 0 (a null pointer), indicating that @code{or} cannot be
 called interactively.  A value of @code{""} indicates a function that
-should receive no arguments when called interactively.
+should receive no arguments when called interactively.  If the value
+begins with a @samp{(}, the string is evaluated as a Lisp form.
 
 @item doc
 This is the documentation string.  It uses C comment syntax rather




reply via email to

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