emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] [emacs] 01/02: * lisp/bindings.el (search-map): Move `eww-


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/02: * lisp/bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
Date: Mon, 17 Nov 2014 18:47:25 +0000

branch: master
commit 29f81b95885dfce4ef92b93c330cf9057d14745e
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Mon Nov 17 19:46:51 2014 +0100

    * lisp/bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
---
 etc/NEWS         |    2 +-
 lisp/ChangeLog   |    4 ++++
 lisp/bindings.el |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index cb34e9b..ecbbf74 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -51,7 +51,7 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you 
need to.
 
 ** C-h l now also lists the commands that were run.
 
-** The new M-s M-s key binding uses eww to search the web for the
+** The new M-s M-w key binding uses eww to search the web for the
 text in the region.
 
 ** M-x suggests shorthands and ignores obsolete commands for completion.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c30a2dd..c052a68 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-17  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
+
 2014-11-17  Paul Eggert  <address@hidden>
 
        Port new time stamp handling to old Emacs and to XEmacs.
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 46ff522..1107740 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -926,7 +926,7 @@ if `inhibit-field-text-motion' is non-nil."
 (define-key esc-map "s" search-map)
 
 (define-key search-map "o"    'occur)
-(define-key search-map "\M-s" 'eww-search-words)
+(define-key search-map "\M-w" 'eww-search-words)
 (define-key search-map "hr"   'highlight-regexp)
 (define-key search-map "hp"   'highlight-phrase)
 (define-key search-map "hl"   'highlight-lines-matching-regexp)



reply via email to

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