# HG changeset patch # User Richard M. Stallman # Date 1026826699 0 # Node ID cb5bcb2c81ee99289d461fe943855b46efa8e762 # Parent ccaa90ab16a3ffa1390480c63bf570b307df3795 (choose-completion-string): Doc fix. diff -r ccaa90ab16a3 -r cb5bcb2c81ee lisp/simple.el --- a/lisp/simple.el Tue Jul 16 13:37:21 2002 +0000 +++ b/lisp/simple.el Tue Jul 16 13:38:19 2002 +0000 @@ -3816,7 +3816,8 @@ (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,