diff options
| author | Chong Yidong | 2012-01-22 00:04:55 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-22 00:04:55 +0800 |
| commit | fead402dddeefba612ab1222b392d5bd0c636400 (patch) | |
| tree | 20af4be88f0e75c3a8310e223d0d971568a95409 /doc/lispref/ChangeLog | |
| parent | cc6d5805ba054948ee5151e93b4b1318e2a4f5b2 (diff) | |
| download | emacs-fead402dddeefba612ab1222b392d5bd0c636400.tar.gz emacs-fead402dddeefba612ab1222b392d5bd0c636400.zip | |
Emacs Lisp manual updates.
* doc/lispref/intro.texi (A Sample Function Description): Special notation
used for macros too.
* doc/lispref/objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
(Symbol Type): Add xref for keyword symbols.
(Sequence Type): Clarify differences between sequence types.
(Cons Cell Type): Add "linked list" index entry.
(Non-ASCII in Strings): Copyedits.
(Equality Predicates): Symbols with same name need not be eq.
* doc/lispref/numbers.texi (Float Basics): Document isnan, copysign, frexp and
ldexp. Move float-e and float-pi to Math Functions node.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 872c4f564ac..3c18de96d72 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-01-21 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * intro.texi (A Sample Function Description): Special notation | ||
| 4 | used for macros too. | ||
| 5 | |||
| 6 | * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits. | ||
| 7 | (Symbol Type): Add xref for keyword symbols. | ||
| 8 | (Sequence Type): Clarify differences between sequence types. | ||
| 9 | (Cons Cell Type): Add "linked list" index entry. | ||
| 10 | (Non-ASCII in Strings): Copyedits. | ||
| 11 | (Equality Predicates): Symbols with same name need not be eq. | ||
| 12 | |||
| 13 | * numbers.texi (Float Basics): Document isnan, copysign, frexp and | ||
| 14 | ldexp. Move float-e and float-pi to Math Functions node. | ||
| 15 | |||
| 1 | 2012-01-21 Glenn Morris <rgm@gnu.org> | 16 | 2012-01-21 Glenn Morris <rgm@gnu.org> |
| 2 | 17 | ||
| 3 | * modes.texi (Auto Major Mode): | 18 | * modes.texi (Auto Major Mode): |