Mercurial > emacs
changeset 73768:5e7931da73ad
*** empty log message ***
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Mon, 06 Nov 2006 15:09:06 +0000 |
parents | a44deabfa735 |
children | 00be98a6763f |
files | lispintro/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispintro/ChangeLog Mon Nov 06 15:08:45 2006 +0000 +++ b/lispintro/ChangeLog Mon Nov 06 15:09:06 2006 +0000 @@ -1,3 +1,16 @@ +2006-11-06 Robert J. Chassell <bob@rattlesnake.com> + + * emacs-lisp-intro.texi: Finish minor changes seen from DVI output. + Replace 22.1.100 with 22.1.1. + (current-kill): Mention functions that directly or indirectly call + `kill-new', which sets `kill-ring-yank-pointer'. + (Understanding current-kill): Change `lasted' to `last'. Remove + extraneous parenthesis. Reword item about returning `car' of list. + (yank): Remove mention of `rotate-yank-pointer'. + (Y Axis Element): Add comment regarding replacement of blank space. + (print-Y-axis Penultimate): Explain that `print-graph' will pass + `height-of-top-line' so `print-Y-axis' does not have a bug. + 2006-11-05 Robert J. Chassell <bob@rattlesnake.com> * emacs-lisp-intro.texi: Yet more minor changes: @@ -17,7 +30,7 @@ (Miscellaneous): Add filename option, `-H', to `grep' example (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent GNU Emacs'. - (edebug): More properly state where to place point for 'M-x + (edebug): More properly state where to place point for 'M-x edebug-defun'. * emacs-lisp-intro.texi: More minor changes. @@ -115,11 +128,11 @@ 2006-08-21 Robert J. Chassell <bob@rattlesnake.com> * emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex - and pointed towards ../man/texinfo.tex so only one file - needs updating. Added comment of what to do when building on own. + and pointed towards ../man/texinfo.tex so only one file + needs updating. Added comment of what to do when building on own. * texinfo.tex: changed to version 2006-02-13.16 - to enable a DVI build using the more recent versions of TeX. + to enable a DVI build using the more recent versions of TeX. 2006-05-25 David Kastrup <dak@gnu.org>