emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 232c646: Fix doc-string of Fbuffer_list


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-26 232c646: Fix doc-string of Fbuffer_list
Date: Thu, 14 Dec 2017 03:39:26 -0500 (EST)

branch: emacs-26
commit 232c6465ce789f980da16063a865ac915b060ca4
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    Fix doc-string of Fbuffer_list
    
    * src/buffer.c (Fbuffer_list): Fix doc-string.
---
 src/buffer.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index c6f9eb2..7ae889d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]