1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* lisp/bindings.el (search-map): Move eww-search-words' to M-s M-w'.

This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-17 19:46:51 +01:00
parent 83087df949
commit 29f81b9588
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -1,3 +1,7 @@
2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
* bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
Port new time stamp handling to old Emacs and to XEmacs.

View File

@ -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)