Mercurial > emacs
diff doc/lispref/ChangeLog @ 108355:7da3761e3cdf
Document Emacs 23.2 changes.
* functions.texi (Obsolete Functions): Document
set-advertised-calling-convention.
* minibuf.texi (Basic Completion): Document completion-in-region.
(Programmed Completion): Document completion-annotate-function.
* commands.texi (Reading One Event): Document read-key.
(Distinguish Interactive): Document KIND arg to
called-interactively-p. Delete obsolete interactive-p.
* elisp.texi (Top): Update node description.
* misc.texi (Printing): Document htmlfontify-buffer.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 25 Apr 2010 17:21:51 -0400 |
parents | 0cc12709c3b5 |
children | 0553910f52e2 |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Sun Apr 25 08:34:03 2010 +0200 +++ b/doc/lispref/ChangeLog Sun Apr 25 17:21:51 2010 -0400 @@ -1,3 +1,17 @@ +2010-04-25 Chong Yidong <cyd@stupidchicken.com> + + * functions.texi (Obsolete Functions): Document + set-advertised-calling-convention. + + * minibuf.texi (Basic Completion): Document completion-in-region. + (Programmed Completion): Document completion-annotate-function. + + * commands.texi (Reading One Event): Document read-key. + (Distinguish Interactive): Document KIND arg to + called-interactively-p. Delete obsolete interactive-p. + + * elisp.texi (Top): Update node description. + 2010-04-14 Juri Linkov <juri@jurta.org> Fix @deffn without category.