aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-01-22 00:04:55 +0800
committerChong Yidong2012-01-22 00:04:55 +0800
commitfead402dddeefba612ab1222b392d5bd0c636400 (patch)
tree20af4be88f0e75c3a8310e223d0d971568a95409 /etc
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 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 40a1c194365..f745645d6fb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1367,6 +1367,9 @@ This means that the empty symbol can now be read back. Also, #: by itself
1367(when not immediately followed by a possible symbol character) stands for 1367(when not immediately followed by a possible symbol character) stands for
1368an empty uninterned symbol. 1368an empty uninterned symbol.
1369 1369
1370+++
1371** New math functions `isnan', `copysign', `frexp', `ldexp'.
1372
1370** Obsolete functions and variables 1373** Obsolete functions and variables
1371 1374
1372*** buffer-substring-filters is obsolete. 1375*** buffer-substring-filters is obsolete.