From c2db8ce4d9844509add56fdc114bf7f2f7fa91a3 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 10 Dec 2021 11:57:17 +0100 Subject: Expand docstrings --- cape.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cape.el b/cape.el index de32437..773cc73 100644 --- a/cape.el +++ b/cape.el @@ -645,12 +645,13 @@ PREFIX is the prefix regular expression." (list :annotation-function #',ann :company-docsig #',docsig :exit-function #',exit - :company-kind (lambda (_) 'text))) + :company-kind (lambda (_) 'text)) + ,(format "Completion extra properties for `%s'." name)) (defun ,capf (&optional interactive) ,(format "Complete unicode character at point. Uses the same input format as the %s input method, -see `describe-input-method'. If INTERACTIVE is nil -the function acts like a capf." method) +see (describe-input-method %S). If INTERACTIVE +is nil the function acts like a capf." method method) (interactive (list t)) (if interactive ;; NOTE: Disable cycling since replacement breaks it. -- cgit v1.0