branch: externals/inspector
commit 482528e27842477dce6b8a64a0fd4516c1ddb28c
Author: Mariano Montone <marianomont...@gmail.com>
Commit: Mariano Montone <marianomont...@gmail.com>

    Better command prompt
---
 inspector.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inspector.el b/inspector.el
index e1f185bb4a..087198ddeb 100644
--- a/inspector.el
+++ b/inspector.el
@@ -645,7 +645,7 @@ When PRESERVE-HISTORY is T, inspector history is not 
cleared."
   "Inspect local variable named VARNAME of frame at point in debugger 
backtrace."
   (interactive
    (list
-    (completing-read "Local variable: "
+    (completing-read "Inspect local variable: "
                     (with-current-buffer "*Backtrace*"
                       ;; The addition of 0 to the return value of 
(debugger-frame-number) is necessary here. Why?? Ugly hack ...
                       ;; On Emacs 29.0.50 with native comp at least ..

Reply via email to