branch: externals/dape
commit f2ca9c53bf17fc992272daa85e1d3801936f1909
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Change dape repl welcome message
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 7cdf2df541..f895f6d6a1 100644
--- a/dape.el
+++ b/dape.el
@@ -4778,7 +4778,7 @@ If EXPRESSIONS is non blank add or remove expression to 
watch list."
                         'comint-output-filter)
     (insert
      (format
-      "* Welcome to Dape REPL! *
+      "* Welcome to the Dape REPL *
 Available Dape commands: %s
 Empty input will rerun last command.\n\n"
       (mapconcat (pcase-lambda (`(,str . ,command))

Reply via email to