1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07: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.