diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2020-11-01 15:01:31 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2020-11-01 16:00:49 +0100 |
commit | d8601684934e8c4b72002c7d84036ca48048187f (patch) | |
tree | aaf6a7a6211833c9a92918b298c5e07ce5abb6ea /lisp/emacs-lisp | |
parent | ce1856ec09dd312667d8f7cf9ffc908b473d27b8 (diff) | |
download | emacs-d8601684934e8c4b72002c7d84036ca48048187f.tar.gz emacs-d8601684934e8c4b72002c7d84036ca48048187f.tar.bz2 emacs-d8601684934e8c4b72002c7d84036ca48048187f.zip |
* lisp/emacs-lisp/byte-opt.el (pure-fns): Fix typos.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 1dc83dd3958..56b957384f9 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -1262,7 +1262,7 @@ '(concat regexp-opt regexp-quote string-to-char string-to-syntax symbol-name eq eql - = /= < <= => > min max + = /= < <= >= > min max + - * / % mod abs ash 1+ 1- sqrt logand logior lognot logxor logcount copysign isnan ldexp float logb @@ -1270,7 +1270,7 @@ ffloor fceiling fround ftruncate string= string-equal string< string-lessp string-search - consp atom listp nlistp propert-list-p + consp atom listp nlistp proper-list-p sequencep arrayp vectorp stringp bool-vector-p hash-table-p null not numberp integerp floatp natnump characterp |