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

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

[elpa] externals/cape 4f52903663: Fix Stefan's docstring parsing ambigui


From: ELPA Syncer
Subject: [elpa] externals/cape 4f52903663: Fix Stefan's docstring parsing ambiguity issue
Date: Fri, 25 Feb 2022 16:57:17 -0500 (EST)

branch: externals/cape
commit 4f52903663370dfb674fed0ff75659b78e8b81cf
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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

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