mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(choose-completion-string): Doc fix.
This commit is contained in:
parent
4f9850435d
commit
e36aeef949
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue