summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2025-02-17 00:52:45 +0100
committerStefan Kangas <stefankangas@gmail.com>2025-02-17 05:37:10 +0100
commit667d011410d1ab53fb90a497eb07f0b65c933821 (patch)
tree30a58d5e6af0ddde1ca5ecd3557fa7f2a40a26e3 /lisp/emacs-lisp/checkdoc.el
parenta951dbcf162aaf06a134c597ca0ac59c479afc4b (diff)
downloademacs-667d011410d1ab53fb90a497eb07f0b65c933821.tar.gz
emacs-667d011410d1ab53fb90a497eb07f0b65c933821.tar.bz2
emacs-667d011410d1ab53fb90a497eb07f0b65c933821.zip
New functions oddp and evenp
* lisp/emacs-lisp/cl-lib.el (cl-oddp, cl-evenp): Move from here... * lisp/subr.el (oddp, evenp): ...to here. Make old names into aliases, documented as deprecated. Add type declarations. * lisp/obsolete/cl.el: Don't alias oddp and evenp. * test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-test-oddp) (cl-lib-test-evenp): Move tests from here... * test/lisp/subr-tests.el (subr-test-oddp, subr-test-evenp): ...to here. * lisp/emacs-lisp/shortdoc.el (number): Add oddp and evenp. (map): Prefer oddp and evenp to cl-oddp and cl-evenp. * doc/lispref/numbers.texi (Predicates on Numbers): Document above new functions oddp and evenp. * doc/misc/cl.texi (Predicates on Numbers): Delete cl-oddp and cl-evenp. (Other Clauses): Prefer oddp to cl-oddp.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
0 files changed, 0 insertions, 0 deletions