aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 596adf88ae5..08c7e7eb56c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -180,6 +180,14 @@ created by 'edit-last-kbd-macro', and to save the macro by 'C-c C-c'.
180--- 180---
181*** New filter ibuffer-filter-by-process; bound to '/E'. 181*** New filter ibuffer-filter-by-process; bound to '/E'.
182 182
183** Search and Replace
184
185*** 'search-exit-option' provides new options 'move' and 'shift-move'
186to extend the search string by yanking text that ends at the new
187position after moving point in the current buffer. 'shift-move'
188extends the search string by motion commands while holding down
189the shift key.
190
183** Edebug 191** Edebug
184 192
185+++ 193+++