From: Eli Zaretskii Date: Mon, 17 Jan 2022 12:51:03 +0000 (+0200) Subject: Revert "* etc/NEWS: Improve wording of 'undelete-frame-max' (bug#51883)." X-Git-Tag: emacs-29.0.90~2997 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37d46cec603dd7029485903806f6bf6cfd2335f7;p=emacs.git Revert "* etc/NEWS: Improve wording of 'undelete-frame-max' (bug#51883)." This reverts commit 65666c47863c4ad2ed4bacd1a0bc5e638269df52. The original commit was unilateral and disregarded past discussions. --- diff --git a/etc/NEWS b/etc/NEWS index 3fdb6212156..fdbfd9b1bea 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -287,13 +287,12 @@ height use 'window-height' in combination with 'body-lines'. +++ *** Deleted frames can now be undeleted. -The most recently deleted frame can be undeleted with 'C-x 5 u' -if the new user option 'undelete-frame-max' is a positive number. -This option specifies the maximum number of closed frames to remember. -The default is 1. Without a prefix argument, undelete the most -recently deleted frame. With a numerical prefix argument between 1 -and the value of 'undelete-frame-max', where 1 is the most recently -deleted frame, undelete the corresponding deleted frame. +The most recently deleted frame can be undeleted with 'C-x 5 u' when +the new user option 'undelete-frame-max' has its default value 1. +Without a prefix argument, undelete the most recently deleted frame. +With a numerical prefix argument between 1 and 'undelete-frame-max', +where 1 is the most recently deleted frame, undelete the corresponding +deleted frame. ** Tab Bars and Tab Lines