diff options
author | Charles A. Roelli <charles@aurox.ch> | 2018-03-22 20:43:42 +0100 |
---|---|---|
committer | Charles A. Roelli <charles@aurox.ch> | 2018-03-22 20:43:42 +0100 |
commit | 68c2f336b196b29ee0452668b44857b3450a72ac (patch) | |
tree | 56a3947589495c406813bcb1617d4ce2ab84b645 /doc/lispref/buffers.texi | |
parent | 7e720c685121ea78b09789fc5d82533caa5f9d98 (diff) | |
download | emacs-68c2f336b196b29ee0452668b44857b3450a72ac.tar.gz emacs-68c2f336b196b29ee0452668b44857b3450a72ac.tar.bz2 emacs-68c2f336b196b29ee0452668b44857b3450a72ac.zip |
* doc/lispref/buffers.texi (Buffer List): Fix grammar.
Diffstat (limited to 'doc/lispref/buffers.texi')
-rw-r--r-- | doc/lispref/buffers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |