diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-14 08:43:18 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-16 19:37:07 +0200 |
commit | 63f419f1339cbd0a7d1e64586854a4f01b3f80d1 (patch) | |
tree | 80bce487ec8c4f7d8258d13a49b21cb4eb3f289b /lisp/mouse-copy.el | |
parent | 36474a1e490a5eae266805a0e04615741d56692c (diff) | |
download | emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.gz emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.tar.bz2 emacs-63f419f1339cbd0a7d1e64586854a4f01b3f80d1.zip |
; Minor stylistic fixes found by checkdoc
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 14fbb51b27e..38c85064f3b 100644 --- a/lisp/mouse-copy.el +++ b/lisp/mouse-copy.el @@ -75,7 +75,7 @@ ;; <http://www.zip.com.au/~cs/app/wily/auug.html>. I'd like ;; to incorporate some of these ideas into mouse-copy. The only ;; lose is that this is not the current Emacs Way Of Doing Things, so -;; there would be a learning curve for existing emacs users. +;; there would be a learning curve for existing Emacs users. ;; ;; ;; Thanks: @@ -110,7 +110,7 @@ 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. (Reproducible 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.) |