emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1f792c2bc1 3/3: * etc/NEWS: Mention completion-wrap-movement.


From: Juri Linkov
Subject: master 1f792c2bc1 3/3: * etc/NEWS: Mention completion-wrap-movement.
Date: Mon, 27 Dec 2021 14:15:54 -0500 (EST)

branch: master
commit 1f792c2bc1bf12c254dc896e42eadda4be5d5cc3
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * etc/NEWS: Mention completion-wrap-movement.
---
 etc/NEWS | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 773c32a93f..e0920e84e2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -297,13 +297,8 @@ case keys.
 This command increases (or decreases) the number of empty lines before
 point.
 
-** The *Completions* buffer can now be automatically selected.
-To enable this behavior, customize the option 'completion-auto-select'
-to t.  Then pressing TAB will switch to the *Completions* buffer when
-it pops up that buffer.
-
 ---
-*** Improved mouse behavior with auto-scrolling modes.
+** Improved mouse behavior with auto-scrolling modes.
 When clicking inside the 'scroll-margin' or 'hscroll-margin' region
 the point is now moved only when releasing the mouse button.  This no
 longer results in a bogus selection, unless the mouse has been
@@ -347,6 +342,18 @@ received.
 
 * Changes in Specialized Modes and Packages in Emacs 29.1
 
+** Minibuffer and Completions
+
+*** The *Completions* buffer can now be automatically selected.
+To enable this behavior, customize the option 'completion-auto-select'
+to t.  Then pressing TAB will switch to the *Completions* buffer when
+it pops up that buffer.
+
+*** New user option 'completion-wrap-movement'.
+When non-nil, the commands 'next-completion' and 'previous-completion'
+automatically wrap around on reaching the beginning or the end of
+the *Completions* buffer.
+
 ** Isearch and Replace
 
 +++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]