diff options
| author | Richard M. Stallman | 2007-01-02 21:03:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-01-02 21:03:49 +0000 |
| commit | 4bafae499a6a73a04d2f23092ef34a7f1daafb56 (patch) | |
| tree | 3af250c69c91ca8901bcf40c64bb85ccc6e0d5cb | |
| parent | 8ac6262d0bb6840560616faaa3c48515a19887e2 (diff) | |
| download | emacs-4bafae499a6a73a04d2f23092ef34a7f1daafb56.tar.gz emacs-4bafae499a6a73a04d2f23092ef34a7f1daafb56.zip | |
Whitespace change.
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index ab95b5f0a46..c340c0d3259 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -983,7 +983,7 @@ 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 | { |