diff options
| author | Robert J. Chassell | 2006-11-05 20:16:02 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2006-11-05 20:16:02 +0000 |
| commit | a7b5712cdf74ca8f76198aaf4f554e33f0f99cd7 (patch) | |
| tree | ffcd59366fe653ff0d2432e323c7a41e1e16d723 /lispintro/ChangeLog | |
| parent | d52c204b13ded3a143f418264da06865c4f1132c (diff) | |
| download | emacs-a7b5712cdf74ca8f76198aaf4f554e33f0f99cd7.tar.gz emacs-a7b5712cdf74ca8f76198aaf4f554e33f0f99cd7.zip | |
Yet more minor changes:
(defcustom): Said that `:options' is usually for a hook. Remove
extraneous space in parenthetical remark concerning
`text-mode-hook-identify'. At end, mention other defines, too.
(Beginning a .emacs File): Reverse words about comments so they
parallel numbers of listed semi-colons.
(Text and Auto-fill): Remove extraneous blank line in example.
(Mail Aliases): Remove extraneous blank line in example.
(Keybindings): Reformat as needed with `key' rather than `kbd'.
(Keybindings, Miscellaneous, Mode Line): For small book format, start
section name on top of new page.
(Simple Extension): Replace longer expression with `emacs-major-version'.
Remove comment about `number-to-string' function.
(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-defun'.
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 |