Mercurial > emacs
changeset 47266:b8ac98a8d336
(choose-completion-string-functions): Fix spacing.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Sep 2002 07:17:49 +0000 |
parents | 93c6c36e6a0d |
children | 8b5ff870e329 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.