emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/clipboard-collector 4610a49 31/31: Update commentary


From: Stefan Monnier
Subject: [elpa] externals/clipboard-collector 4610a49 31/31: Update commentary
Date: Sun, 6 Jan 2019 17:16:23 -0500 (EST)

branch: externals/clipboard-collector
commit 4610a4979a8c771ed0ea34e17dff00fe6b968e78
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]