all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#36412: Typo in elisp manual 28.14
@ 2019-06-28  0:49 Michael Wu
  2019-06-28  1:23 ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Wu @ 2019-06-28  0:49 UTC (permalink / raw
  To: 36412

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

It says

"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".

[-- Attachment #2: Type: text/html, Size: 332 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#36412: Typo in elisp manual 28.14
  2019-06-28  0:49 bug#36412: Typo in elisp manual 28.14 Michael Wu
@ 2019-06-28  1:23 ` Stefan Kangas
  2019-06-28  7:40   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Kangas @ 2019-06-28  1:23 UTC (permalink / raw
  To: JohnMichaelWu; +Cc: 36412

[-- 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#36412: Typo in elisp manual 28.14
  2019-06-28  1:23 ` Stefan Kangas
@ 2019-06-28  7:40   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2019-06-28  7:40 UTC (permalink / raw
  To: Stefan Kangas; +Cc: 36412-done, JohnMichaelWu

> From: Stefan Kangas <stefan@marxist.se>
> Date: Fri, 28 Jun 2019 03:23:44 +0200
> Cc: 36412@debbugs.gnu.org
> 
> > "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, pushed to the emacs-26 branch.

Nitpicking: one-line log entries don't need a header line, especially
if that header line just repeats what the entry says.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-28  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28  0:49 bug#36412: Typo in elisp manual 28.14 Michael Wu
2019-06-28  1:23 ` Stefan Kangas
2019-06-28  7:40   ` Eli Zaretskii

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.