mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(comint-insert-input): Doc fix.
This commit is contained in:
parent
f86ca715e1
commit
b6a44b279c
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2009-06-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* comint.el (comint-insert-input): Doc fix.
|
||||
|
||||
* Makefile.in (ELCFILES): Fix typo in previous change.
|
||||
|
||||
2009-06-23 Miles Bader <miles@gnu.org>
|
||||
|
|
|
|||
|
|
@ -814,7 +814,7 @@ buffer. The hook `comint-exec-hook' is run after each exec."
|
|||
(defun comint-insert-input (event)
|
||||
"In a Comint buffer, set the current input to the previous input at point.
|
||||
If there is no previous input at point, run the command specified
|
||||
by the global keymap (usually `mouse-yank-at-point')."
|
||||
by the global keymap (usually `mouse-yank-at-click')."
|
||||
(interactive "e")
|
||||
(mouse-set-point event)
|
||||
(let ((pos (posn-point (event-end event)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue