# HG changeset patch # User Juanma Barranquero # Date 1121963450 0 # Node ID ea5296a45331b86b9f1d926356a39f004b8422cf # Parent 5c90d9a42573645a5df4b781bf4dd5d452d92790 (Fminibuffer_prompt_end, Feval_minibuffer): Fix typos in docstrings. diff -r 5c90d9a42573 -r ea5296a45331 src/minibuf.c --- a/src/minibuf.c Thu Jul 21 16:28:00 2005 +0000 +++ b/src/minibuf.c Thu Jul 21 16:30:50 2005 +0000 @@ -349,7 +349,7 @@ 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 @@ 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; {