emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 314f270: Document `window-bump-use-time'


From: Lars Ingebrigtsen
Subject: master 314f270: Document `window-bump-use-time'
Date: Tue, 21 Sep 2021 13:48:07 -0400 (EDT)

branch: master
commit 314f27014e508eae46dea961e5c45683dfc99366
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Document `window-bump-use-time'
    
    * doc/lispref/windows.texi (Cyclic Window Ordering): Mention
    window-bump-use-time.
---
 doc/lispref/windows.texi | 5 +++++
 etc/NEWS                 | 1 +
 2 files changed, 6 insertions(+)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 26f85df..44cd89d 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -2081,6 +2081,11 @@ windows to search, and have the same meanings as in
 @code{next-window}.
 @end defun
 
+@defun window-bump-use-time window
+This function marks @var{window} has having been recently used.  This
+can be useful when creating certain @code{pop-to-buffer} scenarios.
+@end defun
+
 
 @node Buffers and Windows
 @section Buffers and Windows
diff --git a/etc/NEWS b/etc/NEWS
index 775d35f..e5a3ded 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -382,6 +382,7 @@ This is like 'display-buffer-use-some-window', but won't 
reuse the
 current window, and when called repeatedly will try not to reuse a
 previously selected window.
 
++++
 *** New function 'window-bump-use-time'.
 This updates the use time of a window.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]