aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorTassilo Horn2013-12-20 19:41:31 +0100
committerTassilo Horn2013-12-20 19:41:31 +0100
commit3fbba716fbf09f0c13c73e822df10a7607aa6799 (patch)
treea77949e079e3d2bf6aa25fd1d045de128c521831 /etc
parentf3a66082f986c33df1c72b0ab2b77195cdd8b435 (diff)
downloademacs-3fbba716fbf09f0c13c73e822df10a7607aa6799.tar.gz
emacs-3fbba716fbf09f0c13c73e822df10a7607aa6799.zip
Document that =, <, <=, >, >= now accept one or many arguments.
* doc/lispref/numbers.texi (numbers): Document that =, <, <=, >, >= now accept one or many arguments.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1e44a020856..57516bfafb4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -862,6 +862,7 @@ frame.
862*** `bool-vector-count-consecutive' 862*** `bool-vector-count-consecutive'
863*** `bool-vector-count-population' 863*** `bool-vector-count-population'
864 864
865+++
865** Comparison functions =, <, >, <=, >= now take many arguments. 866** Comparison functions =, <, >, <=, >= now take many arguments.
866 867
867** The second argument of `eval' can now be a lexical-environment. 868** The second argument of `eval' can now be a lexical-environment.