]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 2007 21:03:49 +0000 (21:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 2007 21:03:49 +0000 (21:03 +0000)
src/minibuf.c

index ab95b5f0a465dce32e9466be33f387b255d83476..c340c0d32592ab5a3efcd214a45fbba606986723 100644 (file)
@@ -983,7 +983,7 @@ POSITION in the minibuffer.  Any integer value less than or equal to
 one puts point at the beginning of the string.  *Note* that this
 behavior differs from the way such arguments are used in `completing-read'
 and some related functions, which use zero-indexing for POSITION.  */)
-(prompt, initial_contents, keymap, read, hist, default_value, inherit_input_method)
+   (prompt, initial_contents, keymap, read, hist, default_value, inherit_input_method)
      Lisp_Object prompt, initial_contents, keymap, read, hist, default_value;
      Lisp_Object inherit_input_method;
 {