* 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.)
This commit is contained in:
parent
375d2e4922
commit
6ee877c795
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2013-08-29 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
|
||||
|
||||
* progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
|
||||
|
||||
2013-08-28 Glenn Morris <rgm@gnu.org>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue