emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/cape 5d836c045e 4/4: cape-dict: Improve docstring


From: ELPA Syncer
Subject: [elpa] externals/cape 5d836c045e 4/4: cape-dict: Improve docstring
Date: Fri, 25 Feb 2022 11:57:20 -0500 (EST)

branch: externals/cape
commit 5d836c045e40705f9211821f6d5d8ecfb9994b6e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

[Prev in Thread] Current Thread [Next in Thread]