[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 20/77: Replace `enlarge' with `expand' in strings and comments
From: |
Leo Liu |
Subject: |
[elpa] 20/77: Replace `enlarge' with `expand' in strings and comments |
Date: |
Sat, 05 Apr 2014 04:08:14 +0000 |
leoliu pushed a commit to branch master
in repository elpa.
commit b89aa04cd93237b49a8386968da454a367cc47f0
Author: Leo Liu <address@hidden>
Date: Tue Oct 8 15:28:20 2013 +0800
Replace `enlarge' with `expand' in strings and comments
---
README.rst | 2 +-
easy-kill.el | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index abdd2ff..7ae3f96 100644
--- a/README.rst
+++ b/README.rst
@@ -21,7 +21,7 @@ Keys (customisable) immediately following ``M-w``:
#. ``d`` -> defun at point
#. ``b`` -> ``buffer-file-name`` or ``default-directory``
#. ``C-w`` -> kill current region
-#. ``+``, ``-`` and ``0..9`` -> enlarge/shrink selection
+#. ``+``, ``-`` and ``0..9`` -> expand/shrink selection
The following `screenshot <http://i.imgur.com/8TNgPly.png>`_ shows
``M-w l`` in action:
diff --git a/easy-kill.el b/easy-kill.el
index b33f43c..59554d9 100644
--- a/easy-kill.el
+++ b/easy-kill.el
@@ -209,9 +209,9 @@ candidate property instead."
"Kill thing at point in the order of region, url, email and line.
Temporally activate additional key bindings as follows:
- letters => select or enlarge things according to `easy-kill-alist';
- 0..9 => enlarge current selection by that number;
- +,=/- => enlarge or shrink current selection by 1;
+ letters => select or expand things according to `easy-kill-alist';
+ 0..9 => expand current selection by that number;
+ +,=/- => expand or shrink current selection by 1;
C-w => kill current selection;
others => save current selection to kill ring and exit."
(interactive "p")
- [elpa] 09/77: Restore the ability to inspect char properties for URLs, (continued)
- [elpa] 09/77: Restore the ability to inspect char properties for URLs, Leo Liu, 2014/04/05
- [elpa] 04/77: Use overlay for storing kill candidate and change +/-, Leo Liu, 2014/04/05
- [elpa] 11/77: Minor tweaks to easy-kill-on-url, Leo Liu, 2014/04/05
- [elpa] 12/77: Tweak the definition of thing `region', Leo Liu, 2014/04/05
- [elpa] 13/77: New command easy-kill-region to kill current selection, Leo Liu, 2014/04/05
- [elpa] 10/77: New function easy-kill-adjust-candidate and doc fix, Leo Liu, 2014/04/05
- [elpa] 16/77: Make function easy-kill-candidate always return string, Leo Liu, 2014/04/05
- [elpa] 17/77: Fix error: (args-out-of-range 1009 1035), Leo Liu, 2014/04/05
- [elpa] 15/77: Some string and comment fixes, Leo Liu, 2014/04/05
- [elpa] 23/77: Use parse-partial-sexp in easy-kill-bounds-of-list, Leo Liu, 2014/04/05
- [elpa] 20/77: Replace `enlarge' with `expand' in strings and comments,
Leo Liu <=
- [elpa] 19/77: Add lispy treatment for +/- on list and sexp, Leo Liu, 2014/04/05
- [elpa] 14/77: Doc fix and release v0.7.0, Leo Liu, 2014/04/05
- [elpa] 22/77: Handle the case when overlay has already been destroyed, Leo Liu, 2014/04/05
- [elpa] 25/77: Fix thinko in easy-kill-backward-down, Leo Liu, 2014/04/05
- [elpa] 21/77: New command easy-kill-mark-region, Leo Liu, 2014/04/05
- [elpa] 24/77: Improve list expand/shrink support in smie-based modes, Leo Liu, 2014/04/05
- [elpa] 18/77: Consolidate all kill features in easy-kill-thing, Leo Liu, 2014/04/05
- [elpa] 26/77: Fix #2: just call kill-ring-save when region is active, Leo Liu, 2014/04/05
- [elpa] 27/77: Declare dependency on emacs 24, Leo Liu, 2014/04/05
- [elpa] 29/77: Merge pull request #4 from purcell/patch-1, Leo Liu, 2014/04/05