1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00
emacs/doc
Sean Whitton 2bdf15f6d8 Rename 'any' to 'member-if' and deprecate 'cl-member-if'
* lisp/subr.el (any): Rename from this ...
(member-if): ... to this.  All uses changed.
Implement '&key KEY-FN' for backwards compatibility.
(any): New function alias.
* lisp/emacs-lisp/cl-seq.el (cl-member-if): Make an alias for
'member-if'.
* lisp/obsolete/cl.el (member-if): Delete obsolete function
alias.
* doc/lispref/lists.texi (List Elements):
* doc/misc/cl.texi (Lists as Sets):
* etc/NEWS: Document the change.
2026-03-03 13:57:07 +00:00
..
emacs ; * doc/emacs/frames.texi (Multiple Displays): Improve markup. 2026-03-03 15:08:42 +02:00
lispintro emacs-lisp-intro.texi: Eliminate duplicate ASCII art 2026-02-27 13:42:40 -05:00
lispref Rename 'any' to 'member-if' and deprecate 'cl-member-if' 2026-03-03 13:57:07 +00:00
man ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00
misc Rename 'any' to 'member-if' and deprecate 'cl-member-if' 2026-03-03 13:57:07 +00:00
translations ; Add 2026 to copyright years. 2026-01-01 12:54:34 +00:00