summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl-lib.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2025-02-22 17:52:15 +0200
committerEli Zaretskii <eliz@gnu.org>2025-02-22 17:52:15 +0200
commitef8fdd269a244f94f970f51c909eff5de4702048 (patch)
tree0ab3207caa7509cff7b60d68057f57f7bcf88c9f /lisp/emacs-lisp/cl-lib.el
parentce28916282800b2e4a5f8e244616e25f9e81831a (diff)
parent72d7f1922611e01d01fbe407a577ab95afb0ddd7 (diff)
downloademacs-ef8fdd269a244f94f970f51c909eff5de4702048.tar.gz
emacs-ef8fdd269a244f94f970f51c909eff5de4702048.tar.bz2
emacs-ef8fdd269a244f94f970f51c909eff5de4702048.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/cl-lib.el')
-rw-r--r--lisp/emacs-lisp/cl-lib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index 4a83e9d6a7c..2a952b57646 100644
--- a/lisp/emacs-lisp/cl-lib.el
+++ b/lisp/emacs-lisp/cl-lib.el
@@ -286,7 +286,7 @@ This function is considered deprecated in favor of the built-in function
"Return t if INTEGER is odd.
This function is considered deprecated in favor of the built-in function
-`evenp' that was added in Emacs 31.1.")
+`oddp' that was added in Emacs 31.1.")
(defalias 'cl-evenp #'evenp
"Return t if INTEGER is even.