summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2021-08-09 23:47:10 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2021-08-09 23:47:10 +0200
commit1c1a176bf601657e1cc8be48fa833d5ce6b14b4c (patch)
tree2aaeb9a676f1acbfd0718d5567a67da7e493cda4
parenta5eae1b6a42db609b3286bdacdd7711ab784f47a (diff)
Correct docstring
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
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)))))