Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a2a0d36b
Commit
a2a0d36b
authored
Jul 26, 2010
by
Christoph Scholtes
Committed by
Juanma Barranquero
Jul 26, 2010
Browse files
* minibuf.c (Fread_buffer): Doc fix (bug#6528).
parent
4ac3a65c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/minibuf.c
src/minibuf.c
+1
-1
No files found.
src/ChangeLog
View file @
a2a0d36b
2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
* minibuf.c (Fread_buffer): Doc fix (bug#6528).
2010-07-22 Christoph Scholtes <cschol2112@gmail.com>
* window.c (Fwindow_height): Doc fix (bug#6518).
...
...
src/minibuf.c
View file @
a2a0d36b
...
...
@@ -1184,7 +1184,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 `co
nfirm-after-completion
'.
REQUIRE-MATCH argument of `co
mpleting-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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment