# HG changeset patch # User Juanma Barranquero # Date 1031296669 0 # Node ID b8ac98a8d336a8290b8370064aa017117814f011 # Parent 93c6c36e6a0dcfca7335be4bd47c2cea742099be (choose-completion-string-functions): Fix spacing. diff -r 93c6c36e6a0d -r b8ac98a8d336 lisp/simple.el --- a/lisp/simple.el Fri Sep 06 07:17:28 2002 +0000 +++ b/lisp/simple.el Fri Sep 06 07:17:49 2002 +0000 @@ -3834,7 +3834,7 @@ These functions are called in order with four arguments: CHOICE - the string to insert in the buffer, BUFFER - the buffer in which the choice should be inserted, -MINI-P - non-nil iff BUFFER is a minibuffer, and +MINI-P - non-nil iff BUFFER is a minibuffer, and BASE-SIZE - the number of characters in BUFFER before the string being completed.