]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-insert-input): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Wed, 24 Jun 2009 03:45:05 +0000 (03:45 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 24 Jun 2009 03:45:05 +0000 (03:45 +0000)
lisp/ChangeLog
lisp/comint.el

index f802d7bb0181fba45a53f06837f003a09b6ed5ea..4089ea0339a1b1a1758035c95e38e0f5cc5acc96 100644 (file)
@@ -1,3 +1,11 @@
+2009-06-24  Glenn Morris  <rgm@gnu.org>
+
+       * comint.el (comint-insert-input): Doc fix.
+
+       * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
+
+       * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
+
 2009-06-21  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/lisp-mode.el (lisp-indent-function)
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)))