diff lisp/simple.el @ 47266:b8ac98a8d336

(choose-completion-string-functions): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 07:17:49 +0000
parents 1f4d03aef3cf
children c4537edce898
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.