diff options
author | Nicolas Petton <nicolas@petton.fr> | 2019-03-21 21:10:15 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2019-03-21 21:12:15 +0100 |
commit | 07cf97979057a04c853c580e528258a4ad3e52e0 (patch) | |
tree | acadc319ffa6a8d5b0c9ccc7d2b47603904c20b4 | |
parent | 40714862a388c12f5b2b6d4a9da8be9ef2be2111 (diff) | |
download | emacs-07cf97979057a04c853c580e528258a4ad3e52e0.tar.gz |
* etc/NEWS: Document seq-contains-p.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -390,6 +390,9 @@ buffers. New convenience functions 'seq-first' and 'seq-rest' give easy access to respectively the first and all but the first elements of sequences. +The new predicate function 'seq-contains-p' should be used instead of +the now obsolete 'seq-contains'. + --- ** Follow mode In the current follow group of windows, "ghost" cursors are no longer |