aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-06 19:14:42 +0000
committerChong Yidong2008-08-06 19:14:42 +0000
commit3353f8703a8b9a2bdec4bf6e09609b1350f37487 (patch)
tree9a1ad322f3fd490f2dca1c85ccdc4fe09696430d
parent49989bff35ca7a026944decb1c594b054cde27a8 (diff)
downloademacs-3353f8703a8b9a2bdec4bf6e09609b1350f37487.tar.gz
emacs-3353f8703a8b9a2bdec4bf6e09609b1350f37487.zip
Clarify enable-recursive-minibuffers change.
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 54851f9d4d5..f8c021c41f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -351,11 +351,6 @@ buffer).
351 351
352** Minibuffer changes 352** Minibuffer changes
353 353
354*** Operations like C-x b and C-x C-f, which use switch-to-buffer, do
355not fail any more when used in a minibuffer or a dedicated window.
356Instead, they fallback on using pop-to-buffer, which will use some
357other window.
358
359*** When M-n in the minibuffer reaches the end of the list of defaults, 354*** When M-n in the minibuffer reaches the end of the list of defaults,
360it adds the completion list to the end, so next M-n continues putting 355it adds the completion list to the end, so next M-n continues putting
361completion items to the minibuffer. The same principle applies to 356completion items to the minibuffer. The same principle applies to
@@ -379,6 +374,12 @@ similarly, using the file displayed on the current line.
379region in transient-mark-mode, the word under the cursor, the last Isearch 374region in transient-mark-mode, the word under the cursor, the last Isearch
380regexp, the last Isearch string and the last replacement regexp. 375regexp, the last Isearch string and the last replacement regexp.
381 376
377*** When enable-recursive-minibuffers is non-nil, operations which use
378switch-to-buffer (such as C-x b and C-x C-f) do not fail any more when
379used in a minibuffer or a dedicated window. Instead, they fallback on
380using pop-to-buffer, which will use some other window. This change
381has no effect when enable-recursive-minibuffers is nil (the default).
382
382*** Isearch started in the minibuffer searches in the minibuffer history. 383*** Isearch started in the minibuffer searches in the minibuffer history.
383Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer 384Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer
384history elements, and forward Isearch commands (C-s, C-M-s) search in 385history elements, and forward Isearch commands (C-s, C-M-s) search in