From: Richard M. Stallman Date: Tue, 16 Jul 2002 13:38:19 +0000 (+0000) Subject: (choose-completion-string): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~14104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e36aeef949023459c0254007cd9db297cf0d5f41;p=emacs.git (choose-completion-string): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index f2c4f24b404..564aac03541 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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,