From: Chong Yidong Date: Wed, 6 Aug 2008 19:14:42 +0000 (+0000) Subject: Clarify enable-recursive-minibuffers change. X-Git-Tag: emacs-pretest-23.0.90~3593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3353f8703a8b9a2bdec4bf6e09609b1350f37487;p=emacs.git Clarify enable-recursive-minibuffers change. --- diff --git a/etc/NEWS b/etc/NEWS index 54851f9d4d5..f8c021c41f7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -351,11 +351,6 @@ buffer). ** Minibuffer changes -*** Operations like C-x b and C-x C-f, which use switch-to-buffer, do -not fail any more when used in a minibuffer or a dedicated window. -Instead, they fallback on using pop-to-buffer, which will use some -other window. - *** When M-n in the minibuffer reaches the end of the list of defaults, it adds the completion list to the end, so next M-n continues putting completion items to the minibuffer. The same principle applies to @@ -379,6 +374,12 @@ similarly, using the file displayed on the current line. region in transient-mark-mode, the word under the cursor, the last Isearch regexp, the last Isearch string and the last replacement regexp. +*** When enable-recursive-minibuffers is non-nil, operations which use +switch-to-buffer (such as C-x b and C-x C-f) do not fail any more when +used in a minibuffer or a dedicated window. Instead, they fallback on +using pop-to-buffer, which will use some other window. This change +has no effect when enable-recursive-minibuffers is nil (the default). + *** Isearch started in the minibuffer searches in the minibuffer history. Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer history elements, and forward Isearch commands (C-s, C-M-s) search in