comparison doc/lispref/ChangeLog @ 98765:c300c301c4bf

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 20:22:03 +0000
parents 1cca6e46c2a0
children 07db57b520bc
comparison
equal deleted inserted replaced
98764:fa98223dc5ff 98765:c300c301c4bf
1 2008-10-15 Eli Zaretskii <eliz@gnu.org> 1 2008-10-15 Eli Zaretskii <eliz@gnu.org>
2
3 * internals.texi (Writing Emacs Primitives): The interactive spec
4 of a primitive can be a Lisp form.
2 5
3 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)' 6 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
4 values of transient-mark-mode. Document handle-shift-selection. 7 values of transient-mark-mode. Document handle-shift-selection.
5 8
6 * commands.texi (Using Interactive, Interactive Codes): Document `^'. 9 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
7 (Interactive Examples): Show an example of `^'. 10 (Interactive Examples): Show an example of `^'.
8 (Key Sequence Input): Document this-command-keys-shift-translated. 11 (Key Sequence Input): Document this-command-keys-shift-translated.
12 (Defining Commands, Using Interactive): The interactive-form of a
13 function can be added via its symbol's property.
9 14
10 * positions.texi (List Motion): beginning-of-defun-function can 15 * positions.texi (List Motion): beginning-of-defun-function can
11 now accept an argument. 16 now accept an argument.
12 17
13 * text.texi (Low-Level Kill Ring): interprogram-paste-function can 18 * text.texi (Low-Level Kill Ring): interprogram-paste-function can