1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(choose-completion-string-functions): Fix spacing.

This commit is contained in:
Juanma Barranquero 2002-09-06 07:17:49 +00:00
parent 9b61eea1d0
commit 89a6cfe319

View 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.