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

[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")



reply via email to

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