aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-09-04 13:20:45 +0000
committerGerd Moellmann <[email protected]>2001-09-04 13:20:45 +0000
commit8d4f05f8e70ac39dd40dfe64727f7b2c6432072a (patch)
treea89b7356c238b9dab4a118d7b33e44bb7fc2f06f /lisp/comint.el
parent1672462f74f765e468a429f700cae2a1168e19af (diff)
(comint-send-input): Change help-echo.
From "Dr Francis J. Wright" <[email protected]>.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 595f830a92..e93a9f956e 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -1448,7 +1448,7 @@ Similarly for Soar, Scheme, etc."
(overlay-put over 'mouse-face 'highlight)
(overlay-put over
'help-echo
- "mouse-2: insert previous clicked-on input")
+ "mouse-2: insert after prompt as new input")
(overlay-put over 'evaporate t))))
(unless comint-use-prompt-regexp-instead-of-fields
;; Make an overlay for the terminating newline