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
aa60235a
Commit
aa60235a
authored
Feb 07, 2014
by
Lars Ingebrigtsen
Browse files
* minibuf.c (Fread_string): Doc clarification.
Fixes: debbugs:15422
parent
c96411bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/ChangeLog
src/ChangeLog
+2
-0
src/minibuf.c
src/minibuf.c
+3
-3
No files found.
src/ChangeLog
View file @
aa60235a
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* minibuf.c (Fread_string): Doc clarification (bug#15422).
* buffer.c (Fmake_overlay): Doc clarification (bug#15489).
2014-02-08 Juanma Barranquero <lekktu@gmail.com>
...
...
src/minibuf.c
View file @
aa60235a
...
...
@@ -965,9 +965,9 @@ and some related functions, which use zero-indexing for POSITION. */)
DEFUN
(
"read-string"
,
Fread_string
,
Sread_string
,
1
,
5
,
0
,
doc
:
/* Read a string from the minibuffer, prompting with string PROMPT.
If non-nil, second arg INITIAL-INPUT is a string to insert before reading.
This argument has been superseded by DEFAULT-VALUE and should normally
be nil
in new code. It behaves as in `read-from-minibuffer'
. See the
documentation string of that function for details
.
This argument has been superseded by DEFAULT-VALUE and should normally
be nil
in new code. It behaves as
INITIAL-CONTENTS
in `read-from-minibuffer'
(which
see)
.
The third arg HISTORY, if non-nil, specifies a history list
and optionally the initial position in the list.
See `read-from-minibuffer' for details of HISTORY argument.
...
...
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