aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorGlenn Morris2009-06-23 07:25:12 +0000
committerGlenn Morris2009-06-23 07:25:12 +0000
commitb6a44b279c19ca25edabbded3c196e6e914f0b97 (patch)
treed97cbedfd7fe9e84f37e92aeaf5ad99a376191b1 /lisp/comint.el
parentf86ca715e17512d079dfe60ea706f3f374c6bbca (diff)
downloademacs-b6a44b279c19ca25edabbded3c196e6e914f0b97.tar.gz
emacs-b6a44b279c19ca25edabbded3c196e6e914f0b97.zip
(comint-insert-input): Doc fix.
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)))