diff lisp/simple.el @ 46409:cb5bcb2c81ee

(choose-completion-string): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 16 Jul 2002 13:38:19 +0000
parents 9fa0c9140afa
children 25e7debccc64
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,