aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 4eb74f2bc0d..bfef6535b02 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3834,7 +3834,7 @@ With prefix argument N, move N items (negative N means move backward)."
3834These functions are called in order with four arguments: 3834These functions are called in order with four arguments:
3835CHOICE - the string to insert in the buffer, 3835CHOICE - the string to insert in the buffer,
3836BUFFER - the buffer in which the choice should be inserted, 3836BUFFER - the buffer in which the choice should be inserted,
3837MINI-P - non-nil iff BUFFER is a minibuffer, and 3837MINI-P - non-nil iff BUFFER is a minibuffer, and
3838BASE-SIZE - the number of characters in BUFFER before 3838BASE-SIZE - the number of characters in BUFFER before
3839the string being completed. 3839the string being completed.
3840 3840