summaryrefslogtreecommitdiff
path: root/lisp/t-mouse.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:42:45 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-06 02:42:45 +0000
commit556dfc1eb32809f5e7a55d24c1feaac2e7221891 (patch)
tree0ca9e9207d090aa8872319ec74f0a6f1e611d97a /lisp/t-mouse.el
parent094dce78dca44543cc251d58197ed427d11f970d (diff)
downloademacs-556dfc1eb32809f5e7a55d24c1feaac2e7221891.tar.gz
(t-mouse-process, t-mouse-mode): Fix typos in docstrings.
Diffstat (limited to 'lisp/t-mouse.el')
-rw-r--r--lisp/t-mouse.el14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el
index 06b77840c0d..1a4ca969954 100644
--- a/lisp/t-mouse.el
+++ b/lisp/t-mouse.el
@@ -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 ""
@@ -123,7 +123,7 @@ For example, \"2\" for /dev/tty2."
(if (null l1) l2
(append (mapcar (function (lambda (x) (append (nth 0 l1) x))) l2)
(t-mouse-cartesian (cdr l1) l2))))
-
+
(let* ((modifier-sets (t-mouse-powerset '(control meta shift)))
(typed-sets (t-mouse-cartesian '((down) (drag))
'((mouse-1) (mouse-2) (mouse-3))))
@@ -178,9 +178,9 @@ Also trim the accumulator by all the data used to build the event."
((event-name-string (symbol-name event-type))
end-of-root-event-name
new-event-name-string)
-
+
(if (string-match "-\\(21\\|\\12\\)$" event-name-string)
-
+
;;Transform the name to what it should have been.
(progn
(setq end-of-root-event-name (match-beginning 0))
@@ -188,12 +188,12 @@ Also trim the accumulator by all the data used to build the event."
(concat (substring
event-name-string 0
end-of-root-event-name) "-3"))
-
+
;;Change the event to the symbol that corresponds to the
;;name we made. The proper symbol already exists.
(setq event-type
(intern new-event-name-string))))))
-
+
;;store current position for mouse-position
(setq t-mouse-current-xy (nth 0 current-xy-avec-time))
@@ -269,7 +269,7 @@ The (secret) scrollbar interface is not implemented yet."
"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