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

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

[elpa] externals/dape 8f24880be7 4/4: Small inline documentation improvm


From: ELPA Syncer
Subject: [elpa] externals/dape 8f24880be7 4/4: Small inline documentation improvment
Date: Sat, 16 Nov 2024 06:57:41 -0500 (EST)

branch: externals/dape
commit 8f24880be79dcb4989754b393ce71c0ab3b49d7c
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Small inline documentation improvment
---
 dape.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dape.el b/dape.el
index 17e239207f..b59698f0e0 100644
--- a/dape.el
+++ b/dape.el
@@ -5140,7 +5140,7 @@ nil."
     (setq args (nreverse args)
           args-bounds (nreverse args-bounds))
     (cond
-     ;; Complete config key
+     ;; Complete key
      ((<= (point) key-end)
       (pcase-let ((`(,start . ,end)
                    (or (bounds-of-thing-at-point 'symbol)
@@ -5148,8 +5148,8 @@ nil."
         (list start end
               (mapcar (lambda (suggestion) (format "%s " suggestion))
                       dape--minibuffer-suggestions))))
-     ;; Complete config args
-     ((and (not (plist-member args '-))
+     ;; Complete args
+     ((and (not (plist-member args '-)) ;; Skip zap/dash notation
            (alist-get key dape-configs)
            (or (and (plistp args)
                     (thing-at-point 'whitespace))



reply via email to

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