diff options
| -rw-r--r-- | lisp/simple.el | 2 |
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)." | |||
| 3834 | These functions are called in order with four arguments: | 3834 | These functions are called in order with four arguments: |
| 3835 | CHOICE - the string to insert in the buffer, | 3835 | CHOICE - the string to insert in the buffer, |
| 3836 | BUFFER - the buffer in which the choice should be inserted, | 3836 | BUFFER - the buffer in which the choice should be inserted, |
| 3837 | MINI-P - non-nil iff BUFFER is a minibuffer, and | 3837 | MINI-P - non-nil iff BUFFER is a minibuffer, and |
| 3838 | BASE-SIZE - the number of characters in BUFFER before | 3838 | BASE-SIZE - the number of characters in BUFFER before |
| 3839 | the string being completed. | 3839 | the string being completed. |
| 3840 | 3840 | ||