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