branch: externals/dape
commit 1ed319ba5f65fbb403ac4531851362a20e698c7d
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Reword repl welcome message
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 1d086088ea..cac2f69db8 100644
--- a/dape.el
+++ b/dape.el
@@ -1975,7 +1975,7 @@ Buffer contains debug session information."
(format
"Welcome to Dape REPL!
Available Dape commands: %s
-Empty string will rerun last command.\n\n\n> "
+Empty input will rerun last command.\n\n\n> "
(mapconcat 'identity
(mapcar (lambda (cmd)
(let ((str (car cmd)))