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

    Expand docstrings
---
 cape.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/cape.el b/cape.el
index de32437e93..773cc73039 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.

Reply via email to