aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
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 5bff9868944..4fa9f7c3ced 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -814,7 +814,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
814(defun comint-insert-input (event) 814(defun comint-insert-input (event)
815 "In a Comint buffer, set the current input to the previous input at point. 815 "In a Comint buffer, set the current input to the previous input at point.
816If there is no previous input at point, run the command specified 816If there is no previous input at point, run the command specified
817by the global keymap (usually `mouse-yank-at-point')." 817by the global keymap (usually `mouse-yank-at-click')."
818 (interactive "e") 818 (interactive "e")
819 (mouse-set-point event) 819 (mouse-set-point event)
820 (let ((pos (posn-point (event-end event))) 820 (let ((pos (posn-point (event-end event)))