Mercurial > emacs
comparison lispintro/ChangeLog @ 73684:9cc9e1a419cf
*** empty log message ***
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Sat, 04 Nov 2006 19:09:13 +0000 |
parents | a171b46b168c |
children | 957a4b27091d |
comparison
equal
deleted
inserted
replaced
73683:3e3a3e424e30 | 73684:9cc9e1a419cf |
---|---|
1 2006-11-04 Robert J. Chassell <bob@rattlesnake.com> | 1 2006-11-04 Robert J. Chassell <bob@rattlesnake.com> |
2 | 2 |
3 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100. | 3 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100. |
4 (defcustom): Note that the value set by defconst is a variable. | 4 (defcustom): Note that the value set by defconst is a variable. |
5 (Buffer Size & Locations): Parenthetical remark about evaluation. | 5 (Buffer Size & Locations): Parenthetical remark about evaluation. |
6 (Finding More): Change text to include C sources by inference. | 6 (Finding More): Change text to include C sources by inference. |
7 | |
8 * emacs-lisp-intro.texi: Minor fixes. | |
9 Replace all tabs with eight spaces each so printed text looks correct. | |
10 Remove extraneous comma in a printed node name produced by `ref'. | |
11 (insert-buffer): Add a missing beginning parenthesis. | |
12 (beginning-of-buffer): Add `beginning of' to note about accessible | |
13 portion. | |
14 (narrow Exercise): Write closing parenthesis at end of correct | |
15 paragraph. | |
16 (zap-to-char): Remove extraneous `a' from first sentence. | |
17 (Complete zap-to-char): Remove two extraneous sentences. | |
18 (zap-to-char body): Move sentences on documentation two nodes earlier. | |
19 (Lisp macro): Add definition of `unless' macro. | |
20 (last-command & this-command): Remove comment that `we have not yet | |
21 seen' the @code{eq} function. | |
22 (kill-append function): Reformat `kill-append' function definition so | |
23 it prints well. | |
24 (kill-new function): Indent the sentence beginning `notice'. Replace | |
25 `the same as' with `similar to'. Repair typo. Remove obsolete | |
26 references to `yank' and `yank-pop. End section with a note that `we | |
27 will digress into C.' | |
7 | 28 |
8 2006-11-02 Robert J. Chassell <bob@rattlesnake.com> | 29 2006-11-02 Robert J. Chassell <bob@rattlesnake.com> |
9 | 30 |
10 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition | 31 * emacs-lisp-intro.texi (kill-ring-yank-pointer): Revert addition |
11 of extraneous quotation mark to rotate-yank-pointer. | 32 of extraneous quotation mark to rotate-yank-pointer. |