aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6286c4ec526..c23265a0d19 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -507,12 +507,12 @@ for a window. The result is the `window-use-time' of a frame's most
507recently used window. 507recently used window.
508 508
509+++ 509+++
510*** New function 'get-mru-frame'. 510*** New functions 'get-mru-frames' and 'get-mru-frame'.
511This function returns the most recently used frame from among all 511'get-mru-frames' returns a list of frames sorted by their most recent
512frames, or those visible or iconified on the same terminal as the 512use time from among all frames, or those visible or iconified on the
513selected frame. A frame can be excluded, for example, the selected 513same terminal as the selected frame. Child frames can be excluded. A
514frame, as it will always be the most recently used frame on the current 514single frame can be excluded, for example, the selected frame.
515terminal. 515'get-mru-frame' returns the single most recently used frame.
516 516
517--- 517---
518*** After deleting, 'delete-frame' now selects the most recently used frame. 518*** After deleting, 'delete-frame' now selects the most recently used frame.