branch: externals/cape
commit 4f52903663370dfb674fed0ff75659b78e8b81cf
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Fix Stefan's docstring parsing ambiguity issue
    
    cc @monnier ;)
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index ef0733dde6..6a205a3e3f 100644
--- a/cape.el
+++ b/cape.el
@@ -549,7 +549,7 @@ If INTERACTIVE is nil the function acts like a capf."
 
 ;;;###autoload
 (defun cape-ispell (&optional interactive)
-  "Complete word with Ispell at point.
+  "Complete word at point with Ispell.
 If INTERACTIVE is nil the function acts like a capf."
   (interactive (list t))
   (if interactive

Reply via email to