Mercurial > emacs
changeset 98765:c300c301c4bf
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 Oct 2008 20:22:03 +0000 |
parents | fa98223dc5ff |
children | 97ea34b8fed2 |
files | doc/lispref/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Wed Oct 15 20:21:26 2008 +0000 +++ b/doc/lispref/ChangeLog Wed Oct 15 20:22:03 2008 +0000 @@ -1,11 +1,16 @@ 2008-10-15 Eli Zaretskii <eliz@gnu.org> + * internals.texi (Writing Emacs Primitives): The interactive spec + of a primitive can be a Lisp form. + * markers.texi (The Mark): Document the `lambda' and `(only . OLD)' values of transient-mark-mode. Document handle-shift-selection. * commands.texi (Using Interactive, Interactive Codes): Document `^'. (Interactive Examples): Show an example of `^'. (Key Sequence Input): Document this-command-keys-shift-translated. + (Defining Commands, Using Interactive): The interactive-form of a + function can be added via its symbol's property. * positions.texi (List Motion): beginning-of-defun-function can now accept an argument.