aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/minibuf.c b/src/minibuf.c
index 5a1dffdbc37..1d2d7372a4a 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -349,7 +349,7 @@ BUFFER can be a buffer or a buffer name. */)
349DEFUN ("minibuffer-prompt-end", Fminibuffer_prompt_end, 349DEFUN ("minibuffer-prompt-end", Fminibuffer_prompt_end,
350 Sminibuffer_prompt_end, 0, 0, 0, 350 Sminibuffer_prompt_end, 0, 0, 0,
351 doc: /* Return the buffer position of the end of the minibuffer prompt. 351 doc: /* Return the buffer position of the end of the minibuffer prompt.
352Return (point-min) if current buffer is not a mini-buffer. */) 352Return (point-min) if current buffer is not a minibuffer. */)
353 () 353 ()
354{ 354{
355 /* This function is written to be most efficient when there's a prompt. */ 355 /* 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,
1014Prompt with PROMPT. If non-nil, optional second arg INITIAL-CONTENTS 1014Prompt with PROMPT. If non-nil, optional second arg INITIAL-CONTENTS
1015is a string to insert in the minibuffer before reading. 1015is a string to insert in the minibuffer before reading.
1016\(INITIAL-CONTENTS can also be a cons of a string and an integer. Such 1016\(INITIAL-CONTENTS can also be a cons of a string and an integer. Such
1017arguments are used as in `read-from-minibuffer') */) 1017arguments are used as in `read-from-minibuffer'.) */)
1018 (prompt, initial_contents) 1018 (prompt, initial_contents)
1019 Lisp_Object prompt, initial_contents; 1019 Lisp_Object prompt, initial_contents;
1020{ 1020{