[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape f2ca9c53bf 1/3: Change dape repl welcome message
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape f2ca9c53bf 1/3: Change dape repl welcome message |
Date: |
Fri, 28 Mar 2025 21:57:53 -0400 (EDT) |
branch: externals/dape
commit f2ca9c53bf17fc992272daa85e1d3801936f1909
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@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))