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

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

[elpa] externals/cape cea1ecc901 3/5: Improve docstrings


From: ELPA Syncer
Subject: [elpa] externals/cape cea1ecc901 3/5: Improve docstrings
Date: Sun, 10 Sep 2023 03:57:26 -0400 (EDT)

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

    Improve docstrings
---
 cape-char.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/cape-char.el b/cape-char.el
index d8571d7777..b85a369e24 100644
--- a/cape-char.el
+++ b/cape-char.el
@@ -65,8 +65,8 @@ REGEXP is the regular expression matching the names."
           hash)))))
 
 (defmacro cape-char--define (name method &rest prefix)
-  "Define character translation capf.
-NAME is the name of the capf.
+  "Define character translation Capf.
+NAME is the name of the Capf.
 METHOD is the input method.
 PREFIX are the prefix characters."
   (let ((capf (intern (format "cape-%s" name)))
@@ -108,13 +108,13 @@ PREFIX are the prefix characters."
                :exclusive 'no)
          ,(format "Completion extra properties for `%s'." name))
        (defun ,capf (&optional interactive)
-         ,(format "Complete unicode character at point.
+         ,(format "Complete Unicode character at point.
 Uses the same input format as the %s input method,
 see (describe-input-method %S). If INTERACTIVE
-is nil the function acts like a capf." method method)
+is nil the function acts like a Capf." method method)
          (interactive (list t))
          (if interactive
-             ;; NOTE: Disable cycling since replacement breaks it.
+             ;; No cycling since it breaks the :exit-function.
              (let (completion-cycle-threshold ,prefix-required)
                (when (and (memq last-input-event ',prefix)
                           (not (thing-at-point-looking-at ,thing-re)))



reply via email to

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