branch: externals/dape
commit bddc5102b5cb07fa68e9087514b3344a534a54d1
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Clarify package description
---
 README.org | 2 +-
 dape.el    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 1931e10afe..b247210380 100644
--- a/README.org
+++ b/README.org
@@ -3,7 +3,7 @@
 #+property: header-args    :results silent
 #+language: en
 
-This package integrates debug adapters within Emacs.
+Dape is an debug adapter client for Emacs.
 
 Use ~dape-configs~ to set up your debug adapter configurations.
 To initiate debugging sessions, use the command ~dape~.
diff --git a/dape.el b/dape.el
index 6e3295c463..981a3a4da9 100644
--- a/dape.el
+++ b/dape.el
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;; This package integrates debug adapters within Emacs.
+;; This package is an debug adapter client for Emacs.
 ;; Use `dape-configs' to set up your debug adapter configurations.
 
 ;; To initiate debugging sessions, use the command `dape'.

Reply via email to