aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2015-12-25 19:08:03 +0100
committerLars Ingebrigtsen2015-12-25 19:08:03 +0100
commit596338b3b9b946c6948fd57369fdced9ea50afa3 (patch)
tree39b72bec90973aeacdab915dfb272adf50409089
parent7a7b5b492ff9929eecd90c4564db6fbf3b192323 (diff)
downloademacs-596338b3b9b946c6948fd57369fdced9ea50afa3.tar.gz
emacs-596338b3b9b946c6948fd57369fdced9ea50afa3.zip
* eww.el (eww-mode-map): Fix command name of eww-toggle-colors.
-rw-r--r--lisp/net/eww.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index 0bd60367f65..d7f3f3f03ff 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -681,7 +681,7 @@ the like."
681 (define-key map "E" 'eww-set-character-encoding) 681 (define-key map "E" 'eww-set-character-encoding)
682 (define-key map "S" 'eww-list-buffers) 682 (define-key map "S" 'eww-list-buffers)
683 (define-key map "F" 'eww-toggle-fonts) 683 (define-key map "F" 'eww-toggle-fonts)
684 (define-key map [(meta C)] 'eww-toggle-fonts) 684 (define-key map [(meta C)] 'eww-toggle-colors)
685 685
686 (define-key map "b" 'eww-add-bookmark) 686 (define-key map "b" 'eww-add-bookmark)
687 (define-key map "B" 'eww-list-bookmarks) 687 (define-key map "B" 'eww-list-bookmarks)