emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r116820: * lispref/commands.texi (Defining Comman


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r116820: * lispref/commands.texi (Defining Commands): Copyedit re `interactive-only'.
Date: Fri, 21 Mar 2014 07:07:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116820
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2014-03-21 00:06:55 -0700
message:
  * lispref/commands.texi (Defining Commands): Copyedit re `interactive-only'.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/commands.texi      
commands.texi-20091113204419-o5vbwnq5f7feedwu-6165
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-03-20 23:15:19 +0000
+++ b/doc/lispref/ChangeLog     2014-03-21 07:06:55 +0000
@@ -1,3 +1,7 @@
+2014-03-21  Glenn Morris  <address@hidden>
+
+       * commands.texi (Defining Commands): Copyedit re `interactive-only'.
+
 2014-03-20  Paul Eggert  <address@hidden>
 
        * internals.texi (C Integer Types): Prefer 'false' and 'true'

=== modified file 'doc/lispref/commands.texi'
--- a/doc/lispref/commands.texi 2014-03-18 01:19:03 +0000
+++ b/doc/lispref/commands.texi 2014-03-21 07:06:55 +0000
@@ -123,11 +123,10 @@
 form in the function body itself.  This feature is seldom used.
 
 @cindex @code{interactive-only} property
-  Sometimes, a named command is only intended to be called
-interactively, never directly from Lisp.  In that case, give it a
address@hidden @code{interactive-only} property.  In that case, the
-byte compiler will print a warning message if the command is called
-from Lisp.
+  Sometimes, a function is only intended to be called interactively,
+never directly from Lisp.  In that case, give the function a
address@hidden @code{interactive-only} property.  This causes the
+byte compiler to warn if the command is called from Lisp.
 
 @menu
 * Using Interactive::     General rules for @code{interactive}.


reply via email to

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