From 5d836c045e40705f9211821f6d5d8ecfb9994b6e Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 25 Feb 2022 17:36:42 +0100 Subject: cape-dict: Improve docstring --- cape.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cape.el b/cape.el index 3377a21..3d21252 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 -- cgit v1.0