emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog comint.el [EMACS_23_1_RC]


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog comint.el [EMACS_23_1_RC]
Date: Wed, 24 Jun 2009 03:45:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Glenn Morris <gm>       09/06/24 03:45:13

Modified files:
        lisp           : ChangeLog comint.el 

Log message:
        (comint-insert-input): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.15702&r2=1.15702.2.1
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/comint.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.389&r2=1.389.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15702
retrieving revision 1.15702.2.1
diff -u -b -r1.15702 -r1.15702.2.1
--- ChangeLog   21 Jun 2009 01:39:43 -0000      1.15702
+++ ChangeLog   24 Jun 2009 03:45:05 -0000      1.15702.2.1
@@ -1,3 +1,11 @@
+2009-06-24  Glenn Morris  <address@hidden>
+
+       * 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  <address@hidden>
 
        * emacs-lisp/lisp-mode.el (lisp-indent-function)

Index: comint.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/comint.el,v
retrieving revision 1.389
retrieving revision 1.389.2.1
diff -u -b -r1.389 -r1.389.2.1
--- comint.el   5 Jan 2009 03:18:48 -0000       1.389
+++ comint.el   24 Jun 2009 03:45:13 -0000      1.389.2.1
@@ -814,7 +814,7 @@
 (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]