diff options
| -rw-r--r-- | lisp/minibuffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 66895b0fdb0..b850cef1ed9 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -1078,6 +1078,7 @@ and PREDICATE, either by calling NEXT-FUN or by doing it themselves.") | |||
| 1078 | 1078 | ||
| 1079 | (defun completion-in-region (start end collection &optional predicate) | 1079 | (defun completion-in-region (start end collection &optional predicate) |
| 1080 | "Complete the text between START and END using COLLECTION. | 1080 | "Complete the text between START and END using COLLECTION. |
| 1081 | Return nil if there is no valid completion, else t. | ||
| 1081 | Point needs to be somewhere between START and END." | 1082 | Point needs to be somewhere between START and END." |
| 1082 | ;; FIXME: some callers need to setup completion-ignore-case, | 1083 | ;; FIXME: some callers need to setup completion-ignore-case, |
| 1083 | ;; completion-ignored-extensions. The latter can be embedded in the | 1084 | ;; completion-ignored-extensions. The latter can be embedded in the |