Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb7c9b64
Commit
eb7c9b64
authored
Jul 21, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings.
parent
d562f8ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/minibuf.c
src/minibuf.c
+2
-2
No files found.
src/minibuf.c
View file @
eb7c9b64
...
...
@@ -349,7 +349,7 @@ BUFFER can be a buffer or a buffer name. */)
DEFUN
(
"minibuffer-prompt-end"
,
Fminibuffer_prompt_end
,
Sminibuffer_prompt_end
,
0
,
0
,
0
,
doc
:
/* Return the buffer position of the end of the minibuffer prompt.
Return (point-min) if current buffer is not a mini
-
buffer. */
)
Return (point-min) if current buffer is not a minibuffer. */
)
()
{
/* This function is written to be most efficient when there's a prompt. */
...
...
@@ -1014,7 +1014,7 @@ DEFUN ("eval-minibuffer", Feval_minibuffer, Seval_minibuffer, 1, 2, 0,
Prompt with PROMPT. If non-nil, optional second arg INITIAL-CONTENTS
is a string to insert in the minibuffer before reading.
\(INITIAL-CONTENTS can also be a cons of a string and an integer. Such
arguments are used as in `read-from-minibuffer') */
)
arguments are used as in `read-from-minibuffer'
.
) */
)
(
prompt
,
initial_contents
)
Lisp_Object
prompt
,
initial_contents
;
{
...
...
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