diff options
| author | Glenn Morris | 2013-08-28 21:17:10 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-08-28 21:17:10 -0400 |
| commit | 6ee877c795b7eed570fb1efcbdbd2a6f619afddc (patch) | |
| tree | 8fc77d81c8702993551f42317790d0028ed925d3 | |
| parent | 375d2e4922541ec8bc444ad671480a5013a2ba6e (diff) | |
| download | emacs-6ee877c795b7eed570fb1efcbdbd2a6f619afddc.tar.gz 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.)
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/net/eww.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 817476fb1c4..2778c32decc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-08-29 Glenn Morris <rgm@gnu.org> | 1 | 2013-08-29 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad. | ||
| 4 | |||
| 3 | * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms. | 5 | * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms. |
| 4 | 6 | ||
| 5 | 2013-08-28 Glenn Morris <rgm@gnu.org> | 7 | 2013-08-28 Glenn Morris <rgm@gnu.org> |
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'." | |||
| 345 | (define-key map [(meta p)] 'eww-previous-bookmark) | 345 | (define-key map [(meta p)] 'eww-previous-bookmark) |
| 346 | 346 | ||
| 347 | (easy-menu-define nil map "" | 347 | (easy-menu-define nil map "" |
| 348 | '("eww" | 348 | '("Eww" |
| 349 | ["Quit" eww-quit t] | 349 | ["Quit" eww-quit t] |
| 350 | ["Reload" eww-reload t] | 350 | ["Reload" eww-reload t] |
| 351 | ["Back to previous page" eww-back-url | 351 | ["Back to previous page" eww-back-url |