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

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

[elpa] externals/corfu 6240888105 1/2: Fix docstring


From: ELPA Syncer
Subject: [elpa] externals/corfu 6240888105 1/2: Fix docstring
Date: Mon, 5 Dec 2022 02:57:32 -0500 (EST)

branch: externals/corfu
commit 6240888105377be8c37ea5a118567a138a8e33a4
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix docstring
---
 extensions/corfu-popupinfo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el
index 4a4938ccf9..89975c2dc1 100644
--- a/extensions/corfu-popupinfo.el
+++ b/extensions/corfu-popupinfo.el
@@ -397,7 +397,7 @@ visible, the other window is moved to beginning or end."
 (defun corfu-popupinfo-beginning (&optional n)
   "Scroll text of info popup window to beginning of buffer.
 
-See `corfu-popupinfo-end-of-buffer' for the argument N."
+See `corfu-popupinfo-end' for the argument N."
   (interactive "P")
   (corfu-popupinfo-end (- 10 (if (numberp n) n 0))))
 



reply via email to

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