diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-07-27 04:10:05 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-07-27 04:10:05 +0200 |
commit | 0ed082fedf31241b54ef2294c29c4880a7472e0e (patch) | |
tree | 096e3bcc109e439b48fb299bae744d58f3d09377 /src/minibuf.c | |
parent | aa2d4bd3438df0855c168c960e03d1f8ea25ae71 (diff) | |
parent | 4ce5a4ccd4cca6dcdc6d8bafa8cfaea1986e7e6e (diff) | |
download | emacs-0ed082fedf31241b54ef2294c29c4880a7472e0e.tar.gz |
Merge from emacs-23
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 5dc7b0b1f06..01478c2d5bd 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1152,7 +1152,7 @@ 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. 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'. + REQUIRE-MATCH argument of `completing-read'. 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. |