diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:01:29 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-08-30 11:01:29 +0000 |
commit | 9c46418eb60237baa9d6c519afd917d194cc9a42 (patch) | |
tree | aa77760d10330077c23781ce4884d08cdce874aa /lisp/mouse-copy.el | |
parent | 8c2d6a44a2b0139b2a54e6ca70b30ebb653fa2a2 (diff) | |
download | emacs-9c46418eb60237baa9d6c519afd917d194cc9a42.tar.gz |
(mouse-copy-work-around-drag-bug): Fix typo.
Diffstat (limited to 'lisp/mouse-copy.el')
-rw-r--r-- | lisp/mouse-copy.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mouse-copy.el b/lisp/mouse-copy.el index 22c20393ca6..70a5b14e7b6 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el @@ -115,12 +115,12 @@ The problem occurs under XFree86-3.1.1 (X11R6pl11) but not under X11R5, and under post-19.29 but not early versions of emacs. 19.29 and 19.30 seems to drop mouse drag events -sometimes. (Reproducable under XFree86-3.1.1 (X11R6pl11) and +sometimes. (Reproducible under XFree86-3.1.1 (X11R6pl11) and XFree86-3.1.2 under Linux 1.2.x. Doesn't occur under X11R5 and SunOS 4.1.1.) To see if you have the problem: -Disable this routine (with (setq mouse-copy-have-drag-bug nil)).. +Disable this routine (with (setq mouse-copy-have-drag-bug nil)). Click and drag for a while. If highlighting stops tracking, you have the bug. If you have the bug (or the real fix :-), please let me know." |