From: Chong Yidong Date: Tue, 24 Mar 2009 17:07:06 +0000 (+0000) Subject: * commands.texi (Defining Commands): Clarify introduction. X-Git-Tag: emacs-pretest-23.0.92~75 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e4ff1b6e0f43228650c667e649b05ecfe1fafd7;p=emacs.git * 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 --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 0e139cc8c97..b1f28bf242b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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.