all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: JohnMichaelWu@gmail.com
Cc: 36412@debbugs.gnu.org
Subject: bug#36412: Typo in elisp manual 28.14
Date: Fri, 28 Jun 2019 03:23:44 +0200	[thread overview]
Message-ID: <CADwFkm=3q1sk4o14A7XraoULb1+RWvZBVEMkJ4ux=xfynMv=ww@mail.gmail.com> (raw)
In-Reply-To: <CABuWmYMzUQwGL1DOiKsQjkwg=y3E5s=FaHX=SETX0UCJQphdSA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

tags 36412 + patch
quit

Michael Wu <john.michael.wu@gmail.com> writes:
> "In addition, each buffer maintains a list of “next buffers”, which is
> a list of buffers re-shown by ‘switch-to-prev-buffer’ (see below).  This ..."
>
> I think the word "buffer" should be changed to "window".

I think you're right.  See trivial patch attached below.

Thanks,
Stefan Kangas

[-- Attachment #2: 0001-Fix-typo-in-windows.texi.patch --]
[-- Type: application/octet-stream, Size: 953 bytes --]

From 63ea6411e63c46970e448889265931e20a5ecba7 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
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 a6cb86eb84..b5ca053e46 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -3874,7 +3874,7 @@ Window History
 @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.21.0


  reply	other threads:[~2019-06-28  1:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-28  0:49 bug#36412: Typo in elisp manual 28.14 Michael Wu
2019-06-28  1:23 ` Stefan Kangas [this message]
2019-06-28  7:40   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkm=3q1sk4o14A7XraoULb1+RWvZBVEMkJ4ux=xfynMv=ww@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=36412@debbugs.gnu.org \
    --cc=JohnMichaelWu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.