aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2019-03-21 21:10:15 +0100
committerNicolas Petton2019-03-21 21:12:15 +0100
commit07cf97979057a04c853c580e528258a4ad3e52e0 (patch)
treeacadc319ffa6a8d5b0c9ccc7d2b47603904c20b4
parent40714862a388c12f5b2b6d4a9da8be9ef2be2111 (diff)
downloademacs-07cf97979057a04c853c580e528258a4ad3e52e0.tar.gz
emacs-07cf97979057a04c853c580e528258a4ad3e52e0.zip
* etc/NEWS: Document seq-contains-p.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b132eb41d7..372d3cd70fe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -390,6 +390,9 @@ buffers.
390New convenience functions 'seq-first' and 'seq-rest' give easy access 390New convenience functions 'seq-first' and 'seq-rest' give easy access
391to respectively the first and all but the first elements of sequences. 391to respectively the first and all but the first elements of sequences.
392 392
393The new predicate function 'seq-contains-p' should be used instead of
394the now obsolete 'seq-contains'.
395
393--- 396---
394** Follow mode 397** Follow mode
395In the current follow group of windows, "ghost" cursors are no longer 398In the current follow group of windows, "ghost" cursors are no longer