mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 15:21:51 -08:00
(Fread_buffer): Doc fix.
This commit is contained in:
parent
6ea151235e
commit
5fedada77c
1 changed files with 3 additions and 2 deletions
|
|
@ -1177,8 +1177,9 @@ DEFUN ("read-buffer", Fread_buffer, Sread_buffer, 1, 3, 0,
|
|||
Prompt with PROMPT.
|
||||
Optional second arg DEF is value to return if user enters an empty line.
|
||||
If DEF is a list of default values, return its first element.
|
||||
If optional third arg REQUIRE-MATCH is non-nil,
|
||||
only existing buffer names are allowed.
|
||||
Optional third arg REQUIRE-MATCH determines whether non-existing
|
||||
buffer names are allowed. It has the same meaning as the
|
||||
REQUIRE-MATCH argument of `confirm-after-completion'.
|
||||
The argument PROMPT should be a string ending with a colon and a space.
|
||||
If `read-buffer-completion-ignore-case' is non-nil, completion ignores
|
||||
case while reading the buffer name.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue