diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-21 21:07:37 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-21 21:07:37 +0200 |
commit | e4a9aa940beb032e97de6d4e4a23c2c9d94fdeb6 (patch) | |
tree | 233761440cca17ccdd0dad52ab839180aaf7c22a /doc/lispref/windows.texi | |
parent | fd77065fc66e340e3d6a246859868d459076f509 (diff) | |
download | emacs-e4a9aa940beb032e97de6d4e4a23c2c9d94fdeb6.tar.gz |
; * doc/lispref/windows.texi (Cyclic Window Ordering): Fix typo.
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 44cd89d98c1..679744884a3 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2082,7 +2082,7 @@ windows to search, and have the same meanings as in @end defun @defun window-bump-use-time window -This function marks @var{window} has having been recently used. This +This function marks @var{window} as having been recently used. This can be useful when creating certain @code{pop-to-buffer} scenarios. @end defun |