diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-25 17:36:42 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-25 17:36:42 +0100 |
| commit | 5d836c045e40705f9211821f6d5d8ecfb9994b6e (patch) | |
| tree | d262a2b7b72c2755d565b1c8c1e60973368418df | |
| parent | 2d654e18449e87b118d72df1bc6aa8e9aeecef43 (diff) | |
cape-dict: Improve docstring
| -rw-r--r-- | cape.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -579,7 +579,8 @@ If INTERACTIVE is nil the function acts like a capf." ;;;###autoload (defun cape-dict (&optional interactive) - "Complete word at point. + "Complete word from dictionary at point. +See the custom option `cape-dict-file'. If INTERACTIVE is nil the function acts like a capf." (interactive (list t)) (if interactive |
