comparison lispintro/ChangeLog @ 73707:957a4b27091d

*** empty log message ***
author Robert J. Chassell <bob@rattlesnake.com>
date Sun, 05 Nov 2006 16:20:01 +0000
parents 9cc9e1a419cf
children 4fd71901f11b
comparison
equal deleted inserted replaced
73706:ae44d5bc9d37 73707:957a4b27091d
1 2006-11-05 Robert J. Chassell <bob@rattlesnake.com>
2
3 * emacs-lisp-intro.texi: More minor changes.
4 Center images for TeX output.
5 (kill-new function): Remove indentation for sentence talking about
6 momentarily skipping code.
7 (cons & search-fwd Review): Document @code{funcall}. Document
8 @code{re-search-forward} with existing @code{search-forward}.
9 Reference chapter on regular expression searches.
10 (Recursion with list): Specify a more recent version as being Emacs.
11 (Recursion with list, Every, recursive-graph-body-print): Change
12 `if ... progn' expression to `when'.
13 (Recursive triangle function): For printing in small book, ensure
14 section name is not last on bottom of preceding page.
15 (Keep): Remove extraneous space in function definition example.
16 (sentence-end): Specify `in English' for glyphs that end a sentence.
17 Note that in GNU Emacs 22, the name refers to both a variable and a
18 function.
19 (fwd-sentence while loops): Write a function as one, not as a form
20 (fwd-para let): Add `which' to sentence with `parstart' and `parsep'.
21 (etags): Move sentences involving `find-tag' and sources. State
22 location of Emacs `src' directory.
23 (Design count-words-region): Better explain two backslashes in a row.
24 (Find a File): Fix grammar; add a `to' and write `to visit'. Change
25 `named' to `selected'.
26 (lengths-list-file): Remove extraneous parenthesis from reference.
27 (lengths-list-many-files): Explain `expand-file-name' better.
28 (Files List): Rephrase sentence regarding Lisp sources directory
29
1 2006-11-04 Robert J. Chassell <bob@rattlesnake.com> 30 2006-11-04 Robert J. Chassell <bob@rattlesnake.com>
2 31
3 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100. 32 * emacs-lisp-intro.texi: Replace 22.0.100 with 22.1.100.
4 (defcustom): Note that the value set by defconst is a variable. 33 (defcustom): Note that the value set by defconst is a variable.
5 (Buffer Size & Locations): Parenthetical remark about evaluation. 34 (Buffer Size & Locations): Parenthetical remark about evaluation.