diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-09-06 07:17:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-09-06 07:17:49 +0000 |
commit | 89a6cfe3194574ef046f51ca6403928ae1be35d1 (patch) | |
tree | 9531957acf4f8d1b3e332ced2a1fba280efafd0b /lisp | |
parent | 9b61eea1d0a069dbb538a690ac4f1fea98c9906a (diff) | |
download | emacs-89a6cfe3194574ef046f51ca6403928ae1be35d1.tar.gz |
(choose-completion-string-functions): Fix spacing.
Diffstat (limited to 'lisp')
-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)." 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. |