]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: assoc-delete-all fix
authorGlenn Morris <rgm@gnu.org>
Sat, 15 Sep 2018 16:30:02 +0000 (09:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 15 Sep 2018 16:30:56 +0000 (09:30 -0700)
This is a mess.  This function was added in master in afba4ccb8b8,
undocumented.  It was then tweaked and documented in 9824885fabe.
Much later in cc233365a92 the original untweaked and undocumented
version was backported to emacs-26.  This was independently
redocumented in emacs-26 in cc8f334d2da, which conflicted with the
interface changes that had been made on master.

etc/NEWS

index fa93112c91ddc70f9ae6c7fa9142e49e19a1843d..cc517c37c3e30670cc7a9ef3e17ce1ec29c2defc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -976,7 +976,7 @@ A buffer-local value of this hook is now run only if at least one
 window showing the buffer has changed its size.
 
 +++
-** New function assoc-delete-all.
+** The function assoc-delete-all now takes an optional predicate argument.
 
 +++
 ** New function 'string-distance' to calculate the Levenshtein distance