summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-02-25 17:27:49 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-02-25 17:27:49 +0100
commit2ad8edf9d992034b6e1e46315d72801b9e3aa1e5 (patch)
treedc9e73212c238b9c3d5db6734ce87a1499a56131
parent595b42dbc9c33aacf32850276c5da815669ea71c (diff)
cape-keyword: Improve docstring
-rw-r--r--cape.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cape.el b/cape.el
index b91d581..0a7214f 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