Mercurial > emacs
changeset 46409:cb5bcb2c81ee
(choose-completion-string): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Jul 2002 13:38:19 +0000 |
parents | ccaa90ab16a3 |
children | 7453a1fdc264 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,