Mercurial > emacs
changeset 103560:10c7d2fa1e40
(comint-insert-input): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 23 Jun 2009 07:25:12 +0000 |
parents | 6d7565458843 |
children | c2bcca5f9ba3 |
files | lisp/ChangeLog lisp/comint.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 23 07:21:22 2009 +0000 +++ b/lisp/ChangeLog Tue Jun 23 07:25:12 2009 +0000 @@ -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>
--- a/lisp/comint.el Tue Jun 23 07:21:22 2009 +0000 +++ b/lisp/comint.el Tue Jun 23 07:25:12 2009 +0000 @@ -814,7 +814,7 @@ (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)))