# HG changeset patch # User Chong Yidong # Date 1237914426 0 # Node ID cd23f75baeb851cc49274a54b3069ec10cabdd13 # Parent 1ffe92a6d13c006c7798c3ca4274fcc6095b4b43 * 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. diff -r 1ffe92a6d13c -r cd23f75baeb8 doc/lispref/ChangeLog --- 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 + + * 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 * minibuf.texi (Intro to Minibuffers): Fix typos.