aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
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
parentf86ca715e17512d079dfe60ea706f3f374c6bbca (diff)
downloademacs-b6a44b279c19ca25edabbded3c196e6e914f0b97.tar.gz
emacs-b6a44b279c19ca25edabbded3c196e6e914f0b97.zip
(comint-insert-input): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/comint.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 043c8fbc261..06aeaca6421 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-06-23 Glenn Morris <rgm@gnu.org> 12009-06-23 Glenn Morris <rgm@gnu.org>
2 2
3 * comint.el (comint-insert-input): Doc fix.
4
3 * Makefile.in (ELCFILES): Fix typo in previous change. 5 * Makefile.in (ELCFILES): Fix typo in previous change.
4 6
52009-06-23 Miles Bader <miles@gnu.org> 72009-06-23 Miles Bader <miles@gnu.org>
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)))