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

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

[elpa] externals/cape 2ad8edf9d9 2/4: cape-keyword: Improve docstring


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

branch: externals/cape
commit 2ad8edf9d992034b6e1e46315d72801b9e3aa1e5
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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

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