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

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

[elpa] externals/clipboard-collector 93f4c69 08/31: Rephrase descirption


From: Stefan Monnier
Subject: [elpa] externals/clipboard-collector 93f4c69 08/31: Rephrase descirption
Date: Sun, 6 Jan 2019 17:16:19 -0500 (EST)

branch: externals/clipboard-collector
commit 93f4c69dcc9b7dc563628be738e8d8883ebff7cd
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Rephrase descirption
---
 README.org | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index 27e40b8..840c37b 100644
--- a/README.org
+++ b/README.org
@@ -29,13 +29,15 @@ transformed to be used as property drawer items).
 
 This creates a command called =cc-capture-rss=. When called the clipboard is
 observed and on changes which match one of the regexes, the clipboard contents
-are transformed via the format string and saved for later processing.
+are transformed via the format string provided above and saved for later
+processing.
 
-When done you can press =C-c C-c= to call the finalize function (in the above
-example it would inserts the collected items and finish the org-capture).
+When done collecting, you can press =C-c C-c= to call the finalize function (in
+the above example it would inserts the collected items and finish the
+org-capture).
 
-If you would like to simply collect items as they are and paste them at some 
other
-place afterwards you could use:
+If you would like to simply collect items as they are and paste them at some
+other place you could use:
 
 #+BEGIN_SRC elisp
 (clipboard-collector-create cc-all
@@ -43,8 +45,8 @@ place afterwards you could use:
 #+END_SRC
 
 It's also possible to provide an additional function to transform the contents
-before applying the format string. For example to upcase all collected items 
you would
-use something like this:
+before applying the format string. For example to upcase all collected items 
you
+would use something like this:
 
 #+BEGIN_SRC elisp
 (clipboard-collector-create cc-all-up



reply via email to

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