diff options
| author | Glenn Morris | 2012-10-24 20:58:40 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-24 20:58:40 -0400 |
| commit | a05cb6e32625355cceef4593321780836b76e348 (patch) | |
| tree | 2bb8de2b48419404176c052f686efd12ab4b9ff5 /doc/misc/ChangeLog | |
| parent | a6880551db39f264286f6ba9bf9735665ea6b967 (diff) | |
| download | emacs-a05cb6e32625355cceef4593321780836b76e348.tar.gz emacs-a05cb6e32625355cceef4593321780836b76e348.zip | |
More cl doc updates
* doc/misc/cl.texi: Don't mess with the TeX section number counter.
Use Texinfo recommended convention for quotes+punctuation.
(Overview, Sequence Functions): Rephrase for better line-breaking.
(Time of Evaluation, Type Predicates, Modify Macros, Function Bindings)
(Macro Bindings, Conditionals, Iteration, Loop Basics)
(Random Numbers, Mapping over Sequences, Structures)
(Porting Common Lisp): Further updates for cl-lib namespace.
(Modify Macros, Declarations, Macro Bindings, Structures):
Break long lines in examples.
(Dynamic Bindings): Update for changed progv behavior.
(Loop Examples, Efficiency Concerns): Markup fixes.
(Structures): Remove TeX margin change.
* lisp/emacs-lisp/cl-macs.el (cl-progv): Doc fix.
* etc/NEWS: Related markup.
Diffstat (limited to 'doc/misc/ChangeLog')
| -rw-r--r-- | doc/misc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index a511ec3b75d..efc4de8646b 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-10-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cl.texi: Don't mess with the TeX section number counter. | ||
| 4 | Use Texinfo recommended convention for quotes+punctuation. | ||
| 5 | (Overview, Sequence Functions): Rephrase for better line-breaking. | ||
| 6 | (Time of Evaluation, Type Predicates, Modify Macros, Function Bindings) | ||
| 7 | (Macro Bindings, Conditionals, Iteration, Loop Basics) | ||
| 8 | (Random Numbers, Mapping over Sequences, Structures) | ||
| 9 | (Porting Common Lisp): Further updates for cl-lib namespace. | ||
| 10 | (Modify Macros, Declarations, Macro Bindings, Structures): | ||
| 11 | Break long lines in examples. | ||
| 12 | (Dynamic Bindings): Update for changed progv behavior. | ||
| 13 | (Loop Examples, Efficiency Concerns): Markup fixes. | ||
| 14 | (Structures): Remove TeX margin change. | ||
| 15 | |||
| 1 | 2012-10-24 Glenn Morris <rgm@gnu.org> | 16 | 2012-10-24 Glenn Morris <rgm@gnu.org> |
| 2 | 17 | ||
| 3 | * cl.texi (Overview, Multiple Values, Creating Symbols) | 18 | * cl.texi (Overview, Multiple Values, Creating Symbols) |