1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-21 05:21:37 -07:00

(choose-completion-string): Doc fix.

This commit is contained in:
Richard M. Stallman 2002-07-16 13:38:19 +00:00
parent 4f9850435d
commit e36aeef949

View file

@ -3816,7 +3816,8 @@ the default method of inserting the completion in BUFFER.")
(defun choose-completion-string (choice &optional buffer base-size)
"Switch to BUFFER and insert the completion choice CHOICE.
BASE-SIZE, if non-nil, says how many characters of BUFFER's text
to keep. If it is nil, use choose-completion-delete-max-match instead."
to keep. If it is nil, we call `choose-completion-delete-max-match'
to decide what to delete."
;; If BUFFER is the minibuffer, exit the minibuffer
;; unless it is reading a file name and CHOICE is a directory,