diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-25 22:01:02 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-25 22:01:02 +0100 |
| commit | 4f52903663370dfb674fed0ff75659b78e8b81cf (patch) | |
| tree | 3e38e7b25874d98f9d43a8e674e8a724e503e2c3 | |
| parent | 2c60d904f452d62137821e289404b3c16daa9673 (diff) | |
Fix Stefan's docstring parsing ambiguity issue
cc @monnier ;)
| -rw-r--r-- | cape.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
