diff options
| author | Stefan Kangas | 2019-06-28 03:16:57 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-28 10:38:08 +0300 |
| commit | 13b95e1cc7d6b747adbe422e84543b0f2fff115a (patch) | |
| tree | 64584109635bc233df19f424c70142e5ee99f0cb | |
| parent | 8b775c30adaad63a4838e911d6c02e55a4269c4e (diff) | |
| download | emacs-13b95e1cc7d6b747adbe422e84543b0f2fff115a.tar.gz emacs-13b95e1cc7d6b747adbe422e84543b0f2fff115a.zip | |
Fix typo in windows.texi
* doc/lispref/windows.texi (Window History): Fix typo. (Bug#36412)
| -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 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 | |||
| 3779 | @code{window-prev-buffers}. | 3779 | @code{window-prev-buffers}. |
| 3780 | @end defun | 3780 | @end defun |
| 3781 | 3781 | ||
| 3782 | In addition, each buffer maintains a list of @dfn{next buffers}, which | 3782 | In addition, each window maintains a list of @dfn{next buffers}, which |
| 3783 | is a list of buffers re-shown by @code{switch-to-prev-buffer} (see | 3783 | is a list of buffers re-shown by @code{switch-to-prev-buffer} (see |
| 3784 | below). This list is mainly used by @code{switch-to-prev-buffer} and | 3784 | below). This list is mainly used by @code{switch-to-prev-buffer} and |
| 3785 | @code{switch-to-next-buffer} for choosing buffers to switch to. | 3785 | @code{switch-to-next-buffer} for choosing buffers to switch to. |