summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:17:49 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 07:17:49 +0000
commit89a6cfe3194574ef046f51ca6403928ae1be35d1 (patch)
tree9531957acf4f8d1b3e332ced2a1fba280efafd0b /lisp
parent9b61eea1d0a069dbb538a690ac4f1fea98c9906a (diff)
downloademacs-89a6cfe3194574ef046f51ca6403928ae1be35d1.tar.gz
(choose-completion-string-functions): Fix spacing.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el2
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.