diff options
author | Eli Zaretskii <eliz@gnu.org> | 2025-02-22 17:52:15 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2025-02-22 17:52:15 +0200 |
commit | ef8fdd269a244f94f970f51c909eff5de4702048 (patch) | |
tree | 0ab3207caa7509cff7b60d68057f57f7bcf88c9f /lisp/emacs-lisp/cl-lib.el | |
parent | ce28916282800b2e4a5f8e244616e25f9e81831a (diff) | |
parent | 72d7f1922611e01d01fbe407a577ab95afb0ddd7 (diff) | |
download | emacs-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.el | 2 |
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. |