]> git.eshelyaron.com Git - emacs.git/commitdiff
(choose-completion-string): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Jul 2002 13:38:19 +0000 (13:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Jul 2002 13:38:19 +0000 (13:38 +0000)
lisp/simple.el

index f2c4f24b404230c3f4a3260b4a41775fee775fd4..564aac035411d3952853e08a3c25a3e327525f79 100644 (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,