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 86e21c4b8fa..41b93242270 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -133,6 +133,14 @@ Unicode standards.
133 133
134* Changes in Specialized Modes and Packages in Emacs 25.1 134* Changes in Specialized Modes and Packages in Emacs 25.1
135 135
136** Minibuffer
137
138*** You can use <up> and <down> keys to move point in the multi-line
139minibuffer just as in an ordinary buffer. Only when point moves over
140the bottom/top of the minibuffer it goes to the next/previous history
141element. The new commands bound to <up> and <down> in the minibuffer:
142`next-line-or-history-element' and `previous-line-or-history-element'.
143
136** Search and Replace 144** Search and Replace
137 145
138*** Query-replace history is enhanced. 146*** Query-replace history is enhanced.