]> git.eshelyaron.com Git - emacs.git/commitdiff
* commands.texi (Defining Commands): Clarify introduction.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 24 Mar 2009 17:07:06 +0000 (17:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 24 Mar 2009 17:07:06 +0000 (17:07 +0000)
(Using Interactive): Not that interactive can be put in a symbol
property.
(Interactive Call): Note that a symbol with a non-nil
interactive-form property satisfies commandp.

doc/lispref/ChangeLog

index 0e139cc8c97bc268390a465329814c50e4215576..b1f28bf242b0084bbfa643c1080a203faedd7941 100644 (file)
@@ -1,3 +1,11 @@
+2009-03-24  Chong Yidong  <cyd@stupidchicken.com>
+
+       * commands.texi (Defining Commands): Clarify introduction.
+       (Using Interactive): Not that interactive can be put in a symbol
+       property.
+       (Interactive Call): Note that a symbol with a non-nil
+       interactive-form property satisfies commandp.
+
 2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * minibuf.texi (Intro to Minibuffers): Fix typos.