# HG changeset patch # User Juanma Barranquero # Date 1193406506 0 # Node ID a1ea2ab31c31002d71d342b0dd3b96bad772d550 # Parent bb845a670f683bf9fc0d7d462b5b94651997beef (Fread_minibuffer, Feval_minibuffer): Reflow docstrings. diff -r bb845a670f68 -r a1ea2ab31c31 src/minibuf.c --- a/src/minibuf.c Fri Oct 26 13:42:39 2007 +0000 +++ b/src/minibuf.c Fri Oct 26 13:48:26 2007 +0000 @@ -1058,8 +1058,8 @@ doc: /* Return a Lisp object read using the minibuffer, unevaluated. 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'.) */) +\(INITIAL-CONTENTS can also be a cons of a string and an integer. +Such arguments are used as in `read-from-minibuffer'.) */) (prompt, initial_contents) Lisp_Object prompt, initial_contents; { @@ -1073,8 +1073,8 @@ doc: /* Return value of Lisp expression read using the minibuffer. 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'.) */) +\(INITIAL-CONTENTS can also be a cons of a string and an integer. +Such arguments are used as in `read-from-minibuffer'.) */) (prompt, initial_contents) Lisp_Object prompt, initial_contents; {