mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-25 05:52:42 -08:00
Document `window-bump-use-time'
* doc/lispref/windows.texi (Cyclic Window Ordering): Mention window-bump-use-time.
This commit is contained in:
parent
b539512762
commit
314f27014e
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
etc/NEWS
1
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue