Mercurial > emacs
changeset 102720:cd23f75baeb8
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 24 Mar 2009 17:07:06 +0000 |
parents | 1ffe92a6d13c |
children | f4b7df42308a |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Tue Mar 24 16:37:25 2009 +0000 +++ b/doc/lispref/ChangeLog Tue Mar 24 17:07:06 2009 +0000 @@ -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.