emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v
Date: Mon, 06 Nov 2006 02:42:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 02:42:45

Index: t-mouse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/t-mouse.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- t-mouse.el  31 Jul 2006 06:05:04 -0000      1.5
+++ t-mouse.el  6 Nov 2006 02:42:45 -0000       1.6
@@ -38,7 +38,7 @@
 ;; now position sensitive.
 
 (defvar t-mouse-process nil
-  "Embeds the process which passes mouse events to emacs.
+  "Embeds the process which passes mouse events to Emacs.
 It is used by the program t-mouse.")
 
 (defvar t-mouse-filter-accumulator ""
@@ -269,7 +269,7 @@
   "Toggle t-mouse mode.
 With prefix arg, turn t-mouse mode on iff arg is positive.
 
-Turn it on to use emacs mouse commands, and off to use t-mouse commands."
+Turn it on to use Emacs mouse commands, and off to use t-mouse commands."
   nil " Mouse" nil :global t
   (if t-mouse-mode
       ;; Turn it on




reply via email to

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