emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 1c1a176 2/2: Correct docstring


From: ELPA Syncer
Subject: [elpa] externals/corfu 1c1a176 2/2: Correct docstring
Date: Mon, 9 Aug 2021 17:57:09 -0400 (EDT)

branch: externals/corfu
commit 1c1a176bf601657e1cc8be48fa833d5ce6b14b4c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]