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

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

[elpa] externals/capf-autosuggest 1ede511 46/63: Minor doc fix


From: ELPA Syncer
Subject: [elpa] externals/capf-autosuggest 1ede511 46/63: Minor doc fix
Date: Wed, 27 Oct 2021 14:58:02 -0400 (EDT)

branch: externals/capf-autosuggest
commit 1ede511bb6149c6054993fcbd2bc38161a5e1df5
Author: jakanakaevangeli <jakanakaevangeli@chiru.no>
Commit: jakanakaevangeli <jakanakaevangeli@chiru.no>

    Minor doc fix
---
 capf-autosuggest.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/capf-autosuggest.el b/capf-autosuggest.el
index d4c307e..82bc81a 100644
--- a/capf-autosuggest.el
+++ b/capf-autosuggest.el
@@ -153,7 +153,7 @@ capf functions."
                          #'completion--capf-wrapper 'all)))
 
 (defun capf-autosuggest-orig-if-at-eol-capf ()
-  "`capf-autosuggest-orig-capf' if at the end of buffer.
+  "`capf-autosuggest-orig-capf' if at the end of line.
 Otherwise, return nil."
   (when (eolp)
     (capf-autosuggest-orig-capf)))



reply via email to

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