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

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

[elpa] externals/cape c2db8ce4d9 127/146: Expand docstrings


From: ELPA Syncer
Subject: [elpa] externals/cape c2db8ce4d9 127/146: Expand docstrings
Date: Sun, 9 Jan 2022 20:57:48 -0500 (EST)

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

    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

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