diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-28 21:17:10 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-28 21:17:10 -0400 |
commit | 6ee877c795b7eed570fb1efcbdbd2a6f619afddc (patch) | |
tree | 8fc77d81c8702993551f42317790d0028ed925d3 /lisp/net | |
parent | 375d2e4922541ec8bc444ad671480a5013a2ba6e (diff) | |
download | emacs-6ee877c795b7eed570fb1efcbdbd2a6f619afddc.tar.gz emacs-6ee877c795b7eed570fb1efcbdbd2a6f619afddc.tar.bz2 emacs-6ee877c795b7eed570fb1efcbdbd2a6f619afddc.zip |
* lisp/net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
(If "eww" is supposed to be an acronym then maybe capitalize the whole thing.)
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 34934a03549..739511e68fe 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -345,7 +345,7 @@ word(s) will be searched for via `eww-search-prefix'." (define-key map [(meta p)] 'eww-previous-bookmark) (easy-menu-define nil map "" - '("eww" + '("Eww" ["Quit" eww-quit t] ["Reload" eww-reload t] ["Back to previous page" eww-back-url |