From: Glenn Morris Date: Wed, 24 Jun 2009 03:45:05 +0000 (+0000) Subject: (comint-insert-input): Doc fix. X-Git-Tag: emacs-pretest-23.0.96~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=487c591cf46355fab7a0dc7c01405e1f78c2495d;p=emacs.git (comint-insert-input): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f802d7bb018..4089ea0339a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2009-06-24 Glenn Morris + + * 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 * emacs-lisp/lisp-mode.el (lisp-indent-function) 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." (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)))