]> git.eshelyaron.com Git - emacs.git/commitdiff
(choose-completion-string-functions): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:17:49 +0000 (07:17 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:17:49 +0000 (07:17 +0000)
lisp/simple.el

index 4eb74f2bc0da36f2f53bcb24c6d78f39579875f2..bfef6535b0220cbb58bb0112514b7da14870aff7 100644 (file)
@@ -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.