]> code.delx.au - gnu-emacs-elpa/commitdiff
Identify crucially: we're getting the emacs *region* to clipboard.
authorKen Manheimer <ken.manheimer@gmail.com>
Mon, 7 Sep 2015 18:20:23 +0000 (18:20 +0000)
committerKen Manheimer <ken.manheimer@gmail.com>
Mon, 7 Sep 2015 18:20:23 +0000 (18:20 +0000)
xsel.el

diff --git a/xsel.el b/xsel.el
index ad70110ab8050e9b69bb87afac4b87567aa1c27e..40526230aa651e58020174f2612f653b5b5d8efc 100644 (file)
--- a/xsel.el
+++ b/xsel.el
@@ -1,4 +1,4 @@
-;; xsel.el -- copy and paste from emacs tty sessions, using xsel
+;; xsel.el -- X copy and paste emacs region from emacs tty sessions, using xsel
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc. and Ken Manheimer
 
@@ -12,9 +12,9 @@
 ;;
 ;; If xsel is installed and DISPLAY is working, use `klm:xsel-copy' to copy
 ;; the region to the X clipboard and `klm:xsel-paste' to paste the contents
-;; of the clipboard at point. (The advantage of the latter over just usign
-;; X paste into the terminal is `klm:xsel-paste' looks unitary, to emacs,
-;; rather than being continuous input.)
+;; of the clipboard at point. (The advantage of the latter over regular X
+;; mouse paste is `klm:xsel-paste' looks unitary, to emacs, rather than
+;; the mouse paste's continuous, parsed/indented/auto-parenned/etc input.)
 
 
 (defun klm:xsel-check-get-DISPLAY (&optional arg)