+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)
(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)))