diff options
Diffstat (limited to 'lispintro/ChangeLog')
| -rw-r--r-- | lispintro/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 4784cfde92b..249ae0d3037 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog | |||
| @@ -1,5 +1,25 @@ | |||
| 1 | 2006-11-05 Robert J. Chassell <bob@rattlesnake.com> | 1 | 2006-11-05 Robert J. Chassell <bob@rattlesnake.com> |
| 2 | 2 | ||
| 3 | * emacs-lisp-intro.texi: Yet more minor changes: | ||
| 4 | (defcustom): Said that `:options' is usually for a hook. Remove | ||
| 5 | extraneous space in parenthetical remark concerning | ||
| 6 | `text-mode-hook-identify'. At end, mention other defines, too. | ||
| 7 | (Beginning a .emacs File): Reverse words about comments so they | ||
| 8 | parallel numbers of listed semi-colons. | ||
| 9 | (Text and Auto-fill): Remove extraneous blank line in example. | ||
| 10 | (Mail Aliases): Remove extraneous blank line in example. | ||
| 11 | (Keybindings): Reformat as needed with `key' rather than `kbd'. | ||
| 12 | (Keybindings, Miscellaneous, Mode Line): For small book format, start | ||
| 13 | section name on top of new page. | ||
| 14 | (Simple Extension): Replace longer expression with | ||
| 15 | `emacs-major-version'. Remove comment about `number-to-string' | ||
| 16 | function. | ||
| 17 | (Miscellaneous): Add filename option, `-H', to `grep' example | ||
| 18 | (debug, debug-on-entry): Replace `GNU Emacs 22' with `a recent | ||
| 19 | GNU Emacs'. | ||
| 20 | (edebug): More properly state where to place point for 'M-x | ||
| 21 | edebug-defun'. | ||
| 22 | |||
| 3 | * emacs-lisp-intro.texi: More minor changes. | 23 | * emacs-lisp-intro.texi: More minor changes. |
| 4 | Center images for TeX output. | 24 | Center images for TeX output. |
| 5 | (kill-new function): Remove indentation for sentence talking about | 25 | (kill-new function): Remove indentation for sentence talking about |