From 68c2f336b196b29ee0452668b44857b3450a72ac Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Thu, 22 Mar 2018 20:43:42 +0100 Subject: * doc/lispref/buffers.texi (Buffer List): Fix grammar. --- doc/lispref/buffers.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/buffers.texi') diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index f64d6f1600e..45e90669b7e 100644 --- a/doc/lispref/buffers.texi +++ b/doc/lispref/buffers.texi @@ -891,7 +891,7 @@ This function operates on each frame's @code{buffer-list} parameter as well as the fundamental buffer list; therefore, the buffer that you bury will come last in the value of @code{(buffer-list @var{frame})} and in the value of @code{(buffer-list)}. In addition, it also puts the buffer -at the end of the list of buffer of the selected window (@pxref{Window +at the end of the list of buffers of the selected window (@pxref{Window History}) provided it is shown in that window. If @var{buffer-or-name} is @code{nil} or omitted, this means to bury the -- cgit v1.2.1