aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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{