branch: externals/cape
commit 5d836c045e40705f9211821f6d5d8ecfb9994b6e
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    cape-dict: Improve docstring
---
 cape.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index 3377a21132..3d212529c4 100644
--- a/cape.el
+++ b/cape.el
@@ -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

Reply via email to