emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 13b95e1: Fix typo in windows.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 13b95e1: Fix typo in windows.texi
Date: Fri, 28 Jun 2019 03:39:12 -0400 (EDT)

branch: emacs-26
commit 13b95e1cc7d6b747adbe422e84543b0f2fff115a
Author: Stefan Kangas <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 ea9329e..51d288b 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]