aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9a9e25bea90..ec40e5e2abe 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -617,6 +617,12 @@ list the contents of such directories when completing file names.
617 617
618** Minibuffer 618** Minibuffer
619 619
620+++
621*** A new variable, 'minibuffer-beginning-of-buffer-movement', has
622been introduced to allow controlling how the 'M-<' command works in
623the minibuffer. If non-nil, point will move to the end of the prompt
624(if point is after the end of the prompt).
625
620--- 626---
621*** Minibuffer now uses 'minibuffer-message' to display error messages 627*** Minibuffer now uses 'minibuffer-message' to display error messages
622at the end of the active minibuffer. 628at the end of the active minibuffer.