From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:17:49 +0000 (+0000) Subject: (choose-completion-string-functions): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89a6cfe3194574ef046f51ca6403928ae1be35d1;p=emacs.git (choose-completion-string-functions): Fix spacing. --- 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)." 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.