aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-01-22 00:04:55 +0800
committerChong Yidong2012-01-22 00:04:55 +0800
commitfead402dddeefba612ab1222b392d5bd0c636400 (patch)
tree20af4be88f0e75c3a8310e223d0d971568a95409 /doc/lispref/ChangeLog
parentcc6d5805ba054948ee5151e93b4b1318e2a4f5b2 (diff)
downloademacs-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/ChangeLog15
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 @@
12012-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
12012-01-21 Glenn Morris <rgm@gnu.org> 162012-01-21 Glenn Morris <rgm@gnu.org>
2 17
3 * modes.texi (Auto Major Mode): 18 * modes.texi (Auto Major Mode):