comparison src/minibuf.c @ 75060:a222d1be5012

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Jan 2007 21:03:49 +0000
parents 3f3a13d1c7ce
children 3d45362f1d38 d3099204c799
comparison
equal deleted inserted replaced
75059:8003d205a12f 75060:a222d1be5012
981 input is STRING, but point is placed at _one-indexed_ position 981 input is STRING, but point is placed at _one-indexed_ position
982 POSITION in the minibuffer. Any integer value less than or equal to 982 POSITION in the minibuffer. Any integer value less than or equal to
983 one puts point at the beginning of the string. *Note* that this 983 one puts point at the beginning of the string. *Note* that this
984 behavior differs from the way such arguments are used in `completing-read' 984 behavior differs from the way such arguments are used in `completing-read'
985 and some related functions, which use zero-indexing for POSITION. */) 985 and some related functions, which use zero-indexing for POSITION. */)
986 (prompt, initial_contents, keymap, read, hist, default_value, inherit_input_method) 986 (prompt, initial_contents, keymap, read, hist, default_value, inherit_input_method)
987 Lisp_Object prompt, initial_contents, keymap, read, hist, default_value; 987 Lisp_Object prompt, initial_contents, keymap, read, hist, default_value;
988 Lisp_Object inherit_input_method; 988 Lisp_Object inherit_input_method;
989 { 989 {
990 Lisp_Object histvar, histpos, val; 990 Lisp_Object histvar, histpos, val;
991 struct gcpro gcpro1; 991 struct gcpro gcpro1;