aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-01-02 21:03:49 +0000
committerRichard M. Stallman2007-01-02 21:03:49 +0000
commit4bafae499a6a73a04d2f23092ef34a7f1daafb56 (patch)
tree3af250c69c91ca8901bcf40c64bb85ccc6e0d5cb
parent8ac6262d0bb6840560616faaa3c48515a19887e2 (diff)
downloademacs-4bafae499a6a73a04d2f23092ef34a7f1daafb56.tar.gz
emacs-4bafae499a6a73a04d2f23092ef34a7f1daafb56.zip
Whitespace change.
-rw-r--r--src/minibuf.c2
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
983one puts point at the beginning of the string. *Note* that this 983one puts point at the beginning of the string. *Note* that this
984behavior differs from the way such arguments are used in `completing-read' 984behavior differs from the way such arguments are used in `completing-read'
985and some related functions, which use zero-indexing for POSITION. */) 985and 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{