emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 5dbf08b: * src/minibuf.c (Fread_buffer): Minor do


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 5dbf08b: * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749)
Date: Sat, 9 Mar 2019 13:22:04 -0500 (EST)

branch: emacs-26
commit 5dbf08bf45c525696c23c1d6ea6696b551e13515
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * src/minibuf.c (Fread_buffer): Minor doc fixes.  (Bug#34749)
---
 src/minibuf.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/minibuf.c b/src/minibuf.c
index e351010..216c01a 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -1110,9 +1110,10 @@ A user option, or customizable variable, is one for which
 }
 
 DEFUN ("read-buffer", Fread_buffer, Sread_buffer, 1, 4, 0,
-       doc: /* Read the name of a buffer and return as a string.
+       doc: /* Read the name of a buffer and return it as a string.
 Prompt with PROMPT.
-Optional second arg DEF is value to return if user enters an empty line.
+Optional second arg DEF is value to return if user enters an empty line,
+ instead of that empty string.
  If DEF is a list of default values, return its first element.
 Optional third arg REQUIRE-MATCH determines whether non-existing
  buffer names are allowed.  It has the same meaning as the



reply via email to

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