diff options
| author | Tassilo Horn | 2013-12-20 19:41:31 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-12-20 19:41:31 +0100 |
| commit | 3fbba716fbf09f0c13c73e822df10a7607aa6799 (patch) | |
| tree | a77949e079e3d2bf6aa25fd1d045de128c521831 /etc | |
| parent | f3a66082f986c33df1c72b0ab2b77195cdd8b435 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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. |