]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in windows.texi
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Jun 2019 01:16:57 +0000 (03:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 28 Jun 2019 07:38:08 +0000 (10:38 +0300)
* doc/lispref/windows.texi (Window History): Fix typo.  (Bug#36412)

doc/lispref/windows.texi

index ea9329e05174684b2ef3eae36901e848a85c5ca3..51d288ba8e8b0f2daf13851491e9eb72833dcdf0 100644 (file)
@@ -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.