branch: externals/cape
commit 2ad8edf9d992034b6e1e46315d72801b9e3aa1e5
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

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

diff --git a/cape.el b/cape.el
index b91d5813d3..0a7214f47a 100644
--- a/cape.el
+++ b/cape.el
@@ -758,7 +758,8 @@ If INTERACTIVE is nil the function acts like a capf."
 
 ;;;###autoload
 (defun cape-keyword (&optional interactive)
-  "Complete word at point.
+  "Complete programming language keyword at point.
+See the variable `cape-keywords'.
 If INTERACTIVE is nil the function acts like a capf."
   (interactive (list t))
   (if interactive

Reply via email to