From 4f52903663370dfb674fed0ff75659b78e8b81cf Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 25 Feb 2022 22:01:02 +0100 Subject: 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 ef0733d..6a205a3 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 -- cgit v1.0