mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -08:00
* 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
|
|
@ -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
Add a link
Reference in a new issue