From 487c591cf46355fab7a0dc7c01405e1f78c2495d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Jun 2009 03:45:05 +0000 Subject: [PATCH] (comint-insert-input): Doc fix. --- lisp/ChangeLog | 8 ++++++++ lisp/comint.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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))) -- 2.39.2