]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move the paragraph with 'C-u RET' closer to the related section.
authorJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:09:46 +0000 (20:09 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 28 Dec 2022 18:09:46 +0000 (20:09 +0200)
etc/NEWS

index 3060bba5e93f186e1163b365ec8b95af3d7d3d09..13cf98b8895c148933c18b29c7c06b4de7533712 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1103,7 +1103,7 @@ in addition to the ellipsis.  The default is nil, but in 'help-mode'
 it has the value 'insert' that inserts the buttons directly into the
 buffer, and you can use 'RET' to cycle outline visibility.  When
 the value is 'in-margins', Outline Minor Mode uses the window margins
-to hide/show buttons.
+for buttons that hide/show outlines.
 
 ** Windows
 
@@ -1874,6 +1874,12 @@ exit the minibuffer.  These keys are also available for in-buffer
 completion, but they don't insert candidates automatically, you need
 to type 'M-RET' to insert the selected candidate to the buffer.
 
++++
+*** Choosing a completion with a prefix argument doesn't exit the minibuffer.
+This means that typing 'C-u RET' on a completion candidate in the
+"*Completions*" buffer inserts the completion to the minibuffer,
+but doesn't exit the minibuffer.
+
 +++
 *** The "*Completions*" buffer can now be automatically selected.
 To enable this behavior, customize the user option
@@ -1932,12 +1938,6 @@ candidate in the "*Completions*" buffer is highlighted with that face.
 The nil value disables this highlighting.  The default is to highlight
 using the 'completions-highlight' face.
 
-+++
-*** Choosing a completion with a prefix argument doesn't exit the minibuffer.
-This means that typing 'C-u RET' on a completion candidate in the
-"*Completions*" buffer inserts the completion to the minibuffer,
-but doesn't exit the minibuffer.
-
 +++
 *** You can now define abbrevs for the minibuffer modes.
 'minibuffer-mode-abbrev-table' and