comparison src/minibuf.c @ 109345:e8d5a68351ac

* minibuf.c (Fread_buffer): Doc fix (bug#6528).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Jul 2010 01:56:56 +0200
parents b11cb747f0d1
children a4b9fa0b861b ea5dcd4a779a
comparison
equal deleted inserted replaced
109344:0c382ec288f1 109345:e8d5a68351ac
1182 Prompt with PROMPT. 1182 Prompt with PROMPT.
1183 Optional second arg DEF is value to return if user enters an empty line. 1183 Optional second arg DEF is value to return if user enters an empty line.
1184 If DEF is a list of default values, return its first element. 1184 If DEF is a list of default values, return its first element.
1185 Optional third arg REQUIRE-MATCH determines whether non-existing 1185 Optional third arg REQUIRE-MATCH determines whether non-existing
1186 buffer names are allowed. It has the same meaning as the 1186 buffer names are allowed. It has the same meaning as the
1187 REQUIRE-MATCH argument of `confirm-after-completion'. 1187 REQUIRE-MATCH argument of `completing-read'.
1188 The argument PROMPT should be a string ending with a colon and a space. 1188 The argument PROMPT should be a string ending with a colon and a space.
1189 If `read-buffer-completion-ignore-case' is non-nil, completion ignores 1189 If `read-buffer-completion-ignore-case' is non-nil, completion ignores
1190 case while reading the buffer name. 1190 case while reading the buffer name.
1191 If `read-buffer-function' is non-nil, this works by calling it as a 1191 If `read-buffer-function' is non-nil, this works by calling it as a
1192 function, instead of the usual behavior. */) 1192 function, instead of the usual behavior. */)