]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc-string of Fbuffer_list
authorMartin Rudalics <rudalics@gmx.at>
Thu, 14 Dec 2017 08:38:06 +0000 (09:38 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 14 Dec 2017 08:38:06 +0000 (09:38 +0100)
* src/buffer.c (Fbuffer_list): Fix doc-string.

src/buffer.c

index c6f9eb28e257c9c37e5559bb53b4bc878fece132..7ae889decf79eab842c0c9906434dc3e14d34038 100644 (file)
@@ -386,9 +386,9 @@ Value is nil if OBJECT is not a buffer or if it has been killed.  */)
 }
 
 DEFUN ("buffer-list", Fbuffer_list, Sbuffer_list, 0, 1, 0,
-       doc: /* Return a list of all existing live buffers.
-If the optional arg FRAME is a frame, we return the buffer list in the
-proper order for that frame: the buffers show in FRAME come first,
+       doc: /* Return a list of all live buffers.
+If the optional arg FRAME is a frame, return the buffer list in the
+proper order for that frame: the buffers shown in FRAME come first,
 followed by the rest of the buffers.  */)
   (Lisp_Object frame)
 {