Mercurial > emacs
changeset 39124:85a3a9115a49
(comint-send-input): Change help-echo.
From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 04 Sep 2001 13:20:45 +0000 |
parents | 23e2da4d67f2 |
children | cd6477e9b6dc |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Tue Sep 04 13:17:56 2001 +0000 +++ b/lisp/comint.el Tue Sep 04 13:20:45 2001 +0000 @@ -1448,7 +1448,7 @@ (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