diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-25 17:27:49 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-25 17:27:49 +0100 |
| commit | 2ad8edf9d992034b6e1e46315d72801b9e3aa1e5 (patch) | |
| tree | dc9e73212c238b9c3d5db6734ce87a1499a56131 | |
| parent | 595b42dbc9c33aacf32850276c5da815669ea71c (diff) | |
cape-keyword: Improve docstring
| -rw-r--r-- | cape.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
