branch: externals/clipboard-collector
commit 4610a4979a8c771ed0ea34e17dff00fe6b968e78
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>

    Update commentary
---
 clipboard-collector.el | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/clipboard-collector.el b/clipboard-collector.el
index fa581e2..187ab79 100644
--- a/clipboard-collector.el
+++ b/clipboard-collector.el
@@ -23,9 +23,16 @@
 
 ;;; Commentary:
 
-;; Use `clipboard-collector-create' to create a command which collects 
clipboard
-;; items according to specified rules and inserts them later using
-;; `clipboard-collector-finish'.
+;; When collecting information using copy/paste, it would be useful if one 
could
+;; stay at one place to copy things and later insert them all at once at 
another
+;; place. Emacs has append-next-kill but it only works inside Emacs and it only
+;; applies to the very next command. Further it would be great if Emacs could
+;; detect specific clipboard entries and transform them to a different format
+;; automatically. clipboard-collector provides you with those features (tested
+;; only for Linux).
+
+;; Use `clipboard-collector-mode' or `clipboard-collector-create' to create a
+;; command which collects clipboard items according to specific rules.
 ;;
 
 ;;; Code:

Reply via email to