branch: externals/corfu commit 1c1a176bf601657e1cc8be48fa833d5ce6b14b4c Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Correct docstring --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index 85677c8..38c0113 100644 --- a/corfu.el +++ b/corfu.el @@ -727,7 +727,7 @@ completion began less than that number of seconds ago." (corfu-next (- (or n 1)))) (defun corfu-scroll-down (&optional n) - "Go back by N pages, or to the prompt when the first candidate is selected." + "Go back by N pages." (interactive "p") (corfu--goto (max 0 (- corfu--index (* (or n 1) corfu-count)))))