mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-12 23:20:51 +00:00
Fix typo in windows.texi
* doc/lispref/windows.texi (Window History): Fix typo. (Bug#36412)
This commit is contained in:
parent
8b775c30ad
commit
13b95e1cc7
1 changed files with 1 additions and 1 deletions
|
@ -3779,7 +3779,7 @@ should be a list of the same form as that returned by
|
||||||
@code{window-prev-buffers}.
|
@code{window-prev-buffers}.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
In addition, each buffer maintains a list of @dfn{next buffers}, which
|
In addition, each window maintains a list of @dfn{next buffers}, which
|
||||||
is a list of buffers re-shown by @code{switch-to-prev-buffer} (see
|
is a list of buffers re-shown by @code{switch-to-prev-buffer} (see
|
||||||
below). This list is mainly used by @code{switch-to-prev-buffer} and
|
below). This list is mainly used by @code{switch-to-prev-buffer} and
|
||||||
@code{switch-to-next-buffer} for choosing buffers to switch to.
|
@code{switch-to-next-buffer} for choosing buffers to switch to.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue