]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-insert-input): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 23 Jun 2009 07:25:12 +0000 (07:25 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 23 Jun 2009 07:25:12 +0000 (07:25 +0000)
lisp/ChangeLog
lisp/comint.el

index 043c8fbc2618c41378aadba6280b5f971a551f16..06aeaca6421077f40bd9ac80f9a5f9b10b651016 100644 (file)
@@ -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>
index 5bff98689444e9611ffe31c3cad6486ef26f61c6..4fa9f7c3ced84ecc914b09aaf83ccd1fa5d08ecf 100644 (file)
@@ -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)))