diff options
| author | Richard M. Stallman | 2002-07-16 13:38:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-16 13:38:19 +0000 |
| commit | e36aeef949023459c0254007cd9db297cf0d5f41 (patch) | |
| tree | 40291c2d6109f57864086aad95c3eda06efca436 | |
| parent | 4f9850435d97c347d44236146664f35039714bb8 (diff) | |
| download | emacs-e36aeef949023459c0254007cd9db297cf0d5f41.tar.gz emacs-e36aeef949023459c0254007cd9db297cf0d5f41.zip | |
(choose-completion-string): Doc fix.
| -rw-r--r-- | lisp/simple.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index f2c4f24b404..564aac03541 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3816,7 +3816,8 @@ the default method of inserting the completion in BUFFER.") | |||
| 3816 | (defun choose-completion-string (choice &optional buffer base-size) | 3816 | (defun choose-completion-string (choice &optional buffer base-size) |
| 3817 | "Switch to BUFFER and insert the completion choice CHOICE. | 3817 | "Switch to BUFFER and insert the completion choice CHOICE. |
| 3818 | BASE-SIZE, if non-nil, says how many characters of BUFFER's text | 3818 | BASE-SIZE, if non-nil, says how many characters of BUFFER's text |
| 3819 | to keep. If it is nil, use choose-completion-delete-max-match instead." | 3819 | to keep. If it is nil, we call `choose-completion-delete-max-match' |
| 3820 | to decide what to delete." | ||
| 3820 | 3821 | ||
| 3821 | ;; If BUFFER is the minibuffer, exit the minibuffer | 3822 | ;; If BUFFER is the minibuffer, exit the minibuffer |
| 3822 | ;; unless it is reading a file name and CHOICE is a directory, | 3823 | ;; unless it is reading a file name and CHOICE is a directory, |