From 13b95e1cc7d6b747adbe422e84543b0f2fff115a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 28 Jun 2019 03:16:57 +0200 Subject: [PATCH] Fix typo in windows.texi * doc/lispref/windows.texi (Window History): Fix typo. (Bug#36412) --- doc/lispref/windows.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index ea9329e0517..51d288ba8e8 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -3779,7 +3779,7 @@ should be a list of the same form as that returned by @code{window-prev-buffers}. @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 below). This list is mainly used by @code{switch-to-prev-buffer} and @code{switch-to-next-buffer} for choosing buffers to switch to. -- 2.39.2