]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Improve wording of 'undelete-frame-max' (bug#51883).
authorJuri Linkov <juri@linkov.net>
Mon, 17 Jan 2022 08:24:20 +0000 (10:24 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 17 Jan 2022 08:24:20 +0000 (10:24 +0200)
etc/NEWS

index fdbfd9b1bea2156ab311a2f4c4e84f790ea91274..3fdb62121566d04bc36294b2ad0410ec8458dbe8 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -287,12 +287,13 @@ 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' 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.
+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.
 
 ** Tab Bars and Tab Lines