diff options
| author | Karl Heuer | 1995-05-30 23:05:08 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-30 23:05:08 +0000 |
| commit | 0e520d74eb5256361ea4384c7b33a96be4c5e9f4 (patch) | |
| tree | 6fc908a93c88635bc75e122a4763464ac4d7f207 | |
| parent | b3ede7067ac99c16e6a3c5e80bbb14d6ecafdfd2 (diff) | |
| download | emacs-0e520d74eb5256361ea4384c7b33a96be4c5e9f4.tar.gz emacs-0e520d74eb5256361ea4384c7b33a96be4c5e9f4.zip | |
Fix capitalization in menu bar.
| -rw-r--r-- | lisp/bookmark.el | 14 | ||||
| -rw-r--r-- | lisp/calendar/cal-menu.el | 56 | ||||
| -rw-r--r-- | lisp/mail/rmailsum.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/hideshow.el | 20 | ||||
| -rw-r--r-- | lisp/progmodes/make-mode.el | 12 |
5 files changed, 52 insertions, 52 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el index b31e711e02e..6c6902ebe65 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el | |||
| @@ -2038,7 +2038,7 @@ one most recently used in this file, if any\)." | |||
| 2038 | 2038 | ||
| 2039 | ;;;###autoload | 2039 | ;;;###autoload |
| 2040 | (define-key menu-bar-bookmark-map [load] | 2040 | (define-key menu-bar-bookmark-map [load] |
| 2041 | '("Load a bookmark file" . bookmark-load)) | 2041 | '("Load a Bookmark File" . bookmark-load)) |
| 2042 | 2042 | ||
| 2043 | ;;;###autoload | 2043 | ;;;###autoload |
| 2044 | (define-key menu-bar-bookmark-map [write] | 2044 | (define-key menu-bar-bookmark-map [write] |
| @@ -2054,27 +2054,27 @@ one most recently used in this file, if any\)." | |||
| 2054 | 2054 | ||
| 2055 | ;;;###autoload | 2055 | ;;;###autoload |
| 2056 | (define-key menu-bar-bookmark-map [delete] | 2056 | (define-key menu-bar-bookmark-map [delete] |
| 2057 | '("Delete bookmark" . bookmark-menu-delete)) | 2057 | '("Delete Bookmark" . bookmark-menu-delete)) |
| 2058 | 2058 | ||
| 2059 | ;;;###autoload | 2059 | ;;;###autoload |
| 2060 | (define-key menu-bar-bookmark-map [rename] | 2060 | (define-key menu-bar-bookmark-map [rename] |
| 2061 | '("Rename bookmark" . bookmark-menu-rename)) | 2061 | '("Rename Bookmark" . bookmark-menu-rename)) |
| 2062 | 2062 | ||
| 2063 | ;;;###autoload | 2063 | ;;;###autoload |
| 2064 | (define-key menu-bar-bookmark-map [locate] | 2064 | (define-key menu-bar-bookmark-map [locate] |
| 2065 | '("Insert location" . bookmark-menu-locate)) | 2065 | '("Insert Location" . bookmark-menu-locate)) |
| 2066 | 2066 | ||
| 2067 | ;;;###autoload | 2067 | ;;;###autoload |
| 2068 | (define-key menu-bar-bookmark-map [insert] | 2068 | (define-key menu-bar-bookmark-map [insert] |
| 2069 | '("Insert contents" . bookmark-menu-insert)) | 2069 | '("Insert Contents" . bookmark-menu-insert)) |
| 2070 | 2070 | ||
| 2071 | ;;;###autoload | 2071 | ;;;###autoload |
| 2072 | (define-key menu-bar-bookmark-map [set] | 2072 | (define-key menu-bar-bookmark-map [set] |
| 2073 | '("Set bookmark" . bookmark-set)) | 2073 | '("Set Bookmark" . bookmark-set)) |
| 2074 | 2074 | ||
| 2075 | ;;;###autoload | 2075 | ;;;###autoload |
| 2076 | (define-key menu-bar-bookmark-map [jump] | 2076 | (define-key menu-bar-bookmark-map [jump] |
| 2077 | '("Jump to bookmark" . bookmark-menu-jump)) | 2077 | '("Jump to Bookmark" . bookmark-menu-jump)) |
| 2078 | 2078 | ||
| 2079 | ;;;; end bookmark menu stuff ;;;; | 2079 | ;;;; end bookmark menu stuff ;;;; |
| 2080 | 2080 | ||
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el index 8dd0df7fed7..a7dd1077b60 100644 --- a/lisp/calendar/cal-menu.el +++ b/lisp/calendar/cal-menu.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | (cons "Moon" (make-sparse-keymap "Moon"))) | 49 | (cons "Moon" (make-sparse-keymap "Moon"))) |
| 50 | 50 | ||
| 51 | (define-key calendar-mode-map [menu-bar moon moon] | 51 | (define-key calendar-mode-map [menu-bar moon moon] |
| 52 | '("Lunar phases" . calendar-phases-of-moon)) | 52 | '("Lunar Phases" . calendar-phases-of-moon)) |
| 53 | 53 | ||
| 54 | (define-key calendar-mode-map [menu-bar diary] | 54 | (define-key calendar-mode-map [menu-bar diary] |
| 55 | (cons "Diary" (make-sparse-keymap "Diary"))) | 55 | (cons "Diary" (make-sparse-keymap "Diary"))) |
| @@ -59,27 +59,27 @@ | |||
| 59 | (define-key calendar-mode-map [menu-bar diary isl] | 59 | (define-key calendar-mode-map [menu-bar diary isl] |
| 60 | '("Insert Islamic" . calendar-mouse-insert-islamic-diary-entry)) | 60 | '("Insert Islamic" . calendar-mouse-insert-islamic-diary-entry)) |
| 61 | (define-key calendar-mode-map [menu-bar diary cyc] | 61 | (define-key calendar-mode-map [menu-bar diary cyc] |
| 62 | '("Insert cyclic" . insert-cyclic-diary-entry)) | 62 | '("Insert Cyclic" . insert-cyclic-diary-entry)) |
| 63 | (define-key calendar-mode-map [menu-bar diary blk] | 63 | (define-key calendar-mode-map [menu-bar diary blk] |
| 64 | '("Insert block" . insert-block-diary-entry)) | 64 | '("Insert Block" . insert-block-diary-entry)) |
| 65 | (define-key calendar-mode-map [menu-bar diary ann] | 65 | (define-key calendar-mode-map [menu-bar diary ann] |
| 66 | '("Insert anniversary" . insert-anniversary-diary-entry)) | 66 | '("Insert Anniversary" . insert-anniversary-diary-entry)) |
| 67 | (define-key calendar-mode-map [menu-bar diary yr] | 67 | (define-key calendar-mode-map [menu-bar diary yr] |
| 68 | '("Insert yearly" . insert-yearly-diary-entry)) | 68 | '("Insert Yearly" . insert-yearly-diary-entry)) |
| 69 | (define-key calendar-mode-map [menu-bar diary mon] | 69 | (define-key calendar-mode-map [menu-bar diary mon] |
| 70 | '("Insert monthly" . insert-monthly-diary-entry)) | 70 | '("Insert Monthly" . insert-monthly-diary-entry)) |
| 71 | (define-key calendar-mode-map [menu-bar diary wk] | 71 | (define-key calendar-mode-map [menu-bar diary wk] |
| 72 | '("Insert weekly" . insert-weekly-diary-entry)) | 72 | '("Insert Weekly" . insert-weekly-diary-entry)) |
| 73 | (define-key calendar-mode-map [menu-bar diary ent] | 73 | (define-key calendar-mode-map [menu-bar diary ent] |
| 74 | '("Insert daily". insert-diary-entry)) | 74 | '("Insert Daily". insert-diary-entry)) |
| 75 | (define-key calendar-mode-map [menu-bar diary all] | 75 | (define-key calendar-mode-map [menu-bar diary all] |
| 76 | '("Show all" . show-all-diary-entries)) | 76 | '("Show All" . show-all-diary-entries)) |
| 77 | (define-key calendar-mode-map [menu-bar diary mark] | 77 | (define-key calendar-mode-map [menu-bar diary mark] |
| 78 | '("Mark all" . mark-diary-entries)) | 78 | '("Mark All" . mark-diary-entries)) |
| 79 | (define-key calendar-mode-map [menu-bar diary view] | 79 | (define-key calendar-mode-map [menu-bar diary view] |
| 80 | '("Cursor date" . view-diary-entries)) | 80 | '("Cursor Date" . view-diary-entries)) |
| 81 | (define-key calendar-mode-map [menu-bar diary view] | 81 | (define-key calendar-mode-map [menu-bar diary view] |
| 82 | '("Other file" . view-other-diary-entries)) | 82 | '("Other File" . view-other-diary-entries)) |
| 83 | 83 | ||
| 84 | (define-key calendar-mode-map [menu-bar holidays] | 84 | (define-key calendar-mode-map [menu-bar holidays] |
| 85 | (cons "Holidays" (make-sparse-keymap "Holidays"))) | 85 | (cons "Holidays" (make-sparse-keymap "Holidays"))) |
| @@ -89,41 +89,41 @@ | |||
| 89 | (define-key calendar-mode-map [menu-bar holidays mark] | 89 | (define-key calendar-mode-map [menu-bar holidays mark] |
| 90 | '("Mark" . mark-calendar-holidays)) | 90 | '("Mark" . mark-calendar-holidays)) |
| 91 | (define-key calendar-mode-map [menu-bar holidays 3-mon] | 91 | (define-key calendar-mode-map [menu-bar holidays 3-mon] |
| 92 | '("3 months" . list-calendar-holidays)) | 92 | '("3 Months" . list-calendar-holidays)) |
| 93 | (define-key calendar-mode-map [menu-bar holidays 1-day] | 93 | (define-key calendar-mode-map [menu-bar holidays 1-day] |
| 94 | '("One day" . calendar-cursor-holidays)) | 94 | '("One Day" . calendar-cursor-holidays)) |
| 95 | 95 | ||
| 96 | (define-key calendar-mode-map [menu-bar goto] | 96 | (define-key calendar-mode-map [menu-bar goto] |
| 97 | (cons "Goto" (make-sparse-keymap "Goto"))) | 97 | (cons "Goto" (make-sparse-keymap "Goto"))) |
| 98 | 98 | ||
| 99 | (define-key calendar-mode-map [menu-bar goto french] | 99 | (define-key calendar-mode-map [menu-bar goto french] |
| 100 | '("French date" . calendar-goto-french-date)) | 100 | '("French Date" . calendar-goto-french-date)) |
| 101 | (define-key calendar-mode-map [menu-bar goto mayan] | 101 | (define-key calendar-mode-map [menu-bar goto mayan] |
| 102 | (cons "Mayan date" (make-sparse-keymap "Mayan"))) | 102 | (cons "Mayan Date" (make-sparse-keymap "Mayan"))) |
| 103 | (define-key calendar-mode-map [menu-bar goto julian] | 103 | (define-key calendar-mode-map [menu-bar goto julian] |
| 104 | '("Julian date" . calendar-goto-julian-date)) | 104 | '("Julian Date" . calendar-goto-julian-date)) |
| 105 | (define-key calendar-mode-map [menu-bar goto islamic] | 105 | (define-key calendar-mode-map [menu-bar goto islamic] |
| 106 | '("Islamic date" . calendar-goto-islamic-date)) | 106 | '("Islamic Date" . calendar-goto-islamic-date)) |
| 107 | (define-key calendar-mode-map [menu-bar goto hebrew] | 107 | (define-key calendar-mode-map [menu-bar goto hebrew] |
| 108 | '("Hebrew date" . calendar-goto-hebrew-date)) | 108 | '("Hebrew Date" . calendar-goto-hebrew-date)) |
| 109 | (define-key calendar-mode-map [menu-bar goto astro] | 109 | (define-key calendar-mode-map [menu-bar goto astro] |
| 110 | '("Astronomical date" . calendar-goto-astro-day-number)) | 110 | '("Astronomical Date" . calendar-goto-astro-day-number)) |
| 111 | (define-key calendar-mode-map [menu-bar goto iso] | 111 | (define-key calendar-mode-map [menu-bar goto iso] |
| 112 | '("ISO date" . calendar-goto-iso-date)) | 112 | '("ISO Date" . calendar-goto-iso-date)) |
| 113 | (define-key calendar-mode-map [menu-bar goto gregorian] | 113 | (define-key calendar-mode-map [menu-bar goto gregorian] |
| 114 | '("Other date" . calendar-goto-date)) | 114 | '("Other Date" . calendar-goto-date)) |
| 115 | (define-key calendar-mode-map [menu-bar goto end-of-year] | 115 | (define-key calendar-mode-map [menu-bar goto end-of-year] |
| 116 | '("End of year" . calendar-end-of-year)) | 116 | '("End of Year" . calendar-end-of-year)) |
| 117 | (define-key calendar-mode-map [menu-bar goto beginning-of-year] | 117 | (define-key calendar-mode-map [menu-bar goto beginning-of-year] |
| 118 | '("Beginning of year" . calendar-beginning-of-year)) | 118 | '("Beginning of Year" . calendar-beginning-of-year)) |
| 119 | (define-key calendar-mode-map [menu-bar goto end-of-month] | 119 | (define-key calendar-mode-map [menu-bar goto end-of-month] |
| 120 | '("End of month" . calendar-end-of-month)) | 120 | '("End of Month" . calendar-end-of-month)) |
| 121 | (define-key calendar-mode-map [menu-bar goto beginning-of-month] | 121 | (define-key calendar-mode-map [menu-bar goto beginning-of-month] |
| 122 | '("Beginning of month" . calendar-beginning-of-month)) | 122 | '("Beginning of Month" . calendar-beginning-of-month)) |
| 123 | (define-key calendar-mode-map [menu-bar goto end-of-week] | 123 | (define-key calendar-mode-map [menu-bar goto end-of-week] |
| 124 | '("End of week" . calendar-end-of-week)) | 124 | '("End of Week" . calendar-end-of-week)) |
| 125 | (define-key calendar-mode-map [menu-bar goto beginning-of-week] | 125 | (define-key calendar-mode-map [menu-bar goto beginning-of-week] |
| 126 | '("Beginning of week" . calendar-beginning-of-week)) | 126 | '("Beginning of Week" . calendar-beginning-of-week)) |
| 127 | (define-key calendar-mode-map [menu-bar goto today] | 127 | (define-key calendar-mode-map [menu-bar goto today] |
| 128 | '("Today" . calendar-goto-today)) | 128 | '("Today" . calendar-goto-today)) |
| 129 | 129 | ||
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 76e98f9bc5f..291f5c241a0 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -754,7 +754,7 @@ Commands for sorting the summary: | |||
| 754 | '("Output (Rmail Menu)..." . rmail-summary-output-menu)) | 754 | '("Output (Rmail Menu)..." . rmail-summary-output-menu)) |
| 755 | 755 | ||
| 756 | (define-key rmail-summary-mode-map [menu-bar classify input-menu] | 756 | (define-key rmail-summary-mode-map [menu-bar classify input-menu] |
| 757 | '("Input Rmail file (menu)..." . rmail-input-menu)) | 757 | '("Input Rmail File (menu)..." . rmail-input-menu)) |
| 758 | 758 | ||
| 759 | (define-key rmail-summary-mode-map [menu-bar classify input-menu] | 759 | (define-key rmail-summary-mode-map [menu-bar classify input-menu] |
| 760 | '(nil)) | 760 | '(nil)) |
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 4f638dc2f75..4842d06d5fa 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -439,24 +439,24 @@ variables to default values and disables the hideshow commands." | |||
| 439 | ((eq hs-emacs-type 'lucid) | 439 | ((eq hs-emacs-type 'lucid) |
| 440 | (setq hs-menu-bar ; build top down for lucid | 440 | (setq hs-menu-bar ; build top down for lucid |
| 441 | '("hideshow" | 441 | '("hideshow" |
| 442 | ["hide block" hs-hide-block t] | 442 | ["Hide Block" hs-hide-block t] |
| 443 | ["show block" hs-show-block t] | 443 | ["Show Block" hs-show-block t] |
| 444 | ["hide all" hs-hide-all t] | 444 | ["Hide All" hs-hide-all t] |
| 445 | ["show all" hs-show-all t] | 445 | ["Show All" hs-show-all t] |
| 446 | ["show region" hs-show-region t]))) | 446 | ["Show Region" hs-show-region t]))) |
| 447 | (t ; build bottom up for others | 447 | (t ; build bottom up for others |
| 448 | (define-key hs-minor-mode-map [menu-bar hideshow] | 448 | (define-key hs-minor-mode-map [menu-bar hideshow] |
| 449 | (cons "hideshow" (make-sparse-keymap "hideshow"))) | 449 | (cons "hideshow" (make-sparse-keymap "hideshow"))) |
| 450 | (define-key hs-minor-mode-map [menu-bar hideshow hs-show-region] | 450 | (define-key hs-minor-mode-map [menu-bar hideshow hs-show-region] |
| 451 | '("show region" . hs-show-region)) | 451 | '("Show Region" . hs-show-region)) |
| 452 | (define-key hs-minor-mode-map [menu-bar hideshow hs-show-all] | 452 | (define-key hs-minor-mode-map [menu-bar hideshow hs-show-all] |
| 453 | '("show all" . hs-show-all)) | 453 | '("Show All" . hs-show-all)) |
| 454 | (define-key hs-minor-mode-map [menu-bar hideshow hs-hide-all] | 454 | (define-key hs-minor-mode-map [menu-bar hideshow hs-hide-all] |
| 455 | '("hide all" . hs-hide-all)) | 455 | '("Hide All" . hs-hide-all)) |
| 456 | (define-key hs-minor-mode-map [menu-bar hideshow hs-show-block] | 456 | (define-key hs-minor-mode-map [menu-bar hideshow hs-show-block] |
| 457 | '("show block" . hs-show-block)) | 457 | '("Show Block" . hs-show-block)) |
| 458 | (define-key hs-minor-mode-map [menu-bar hideshow hs-hide-block] | 458 | (define-key hs-minor-mode-map [menu-bar hideshow hs-hide-block] |
| 459 | '("hide block" . hs-hide-block))))) | 459 | '("Hide Block" . hs-hide-block))))) |
| 460 | 460 | ||
| 461 | ;; some housekeeping | 461 | ;; some housekeeping |
| 462 | (or (assq 'hs-minor-mode minor-mode-map-alist) | 462 | (or (assq 'hs-minor-mode minor-mode-map-alist) |
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 948b4900b1d..a510d6c9c4d 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | ;; So, for the meantime, this is not the default mode for makefiles. | 15 | ;; So, for the meantime, this is not the default mode for makefiles. |
| 16 | 16 | ||
| 17 | ;; $Id: makefile.el,v 1.19 1994/10/30 21:20:42 rms Exp rms $ | 17 | ;; $Id: makefile.el,v 1.20 1995/05/01 17:16:40 rms Exp kwzh $ |
| 18 | 18 | ||
| 19 | ;; This file is part of GNU Emacs. | 19 | ;; This file is part of GNU Emacs. |
| 20 | 20 | ||
| @@ -305,16 +305,16 @@ interface: | |||
| 305 | (cons "Makefile" (make-sparse-keymap "Makefile"))) | 305 | (cons "Makefile" (make-sparse-keymap "Makefile"))) |
| 306 | 306 | ||
| 307 | (define-key makefile-mode-map [menu-bar makefile-mode browse] | 307 | (define-key makefile-mode-map [menu-bar makefile-mode browse] |
| 308 | '("Pop up Makefile browser" . makefile-switch-to-browser)) | 308 | '("Pop up Makefile Browser" . makefile-switch-to-browser)) |
| 309 | (define-key makefile-mode-map [menu-bar makefile-mode complete] | 309 | (define-key makefile-mode-map [menu-bar makefile-mode complete] |
| 310 | '("Complete target or macro" . makefile-complete)) | 310 | '("Complete Target or Macro" . makefile-complete)) |
| 311 | (define-key makefile-mode-map [menu-bar makefile-mode pickup] | 311 | (define-key makefile-mode-map [menu-bar makefile-mode pickup] |
| 312 | '("Find targets and macros" . makefile-pickup-everything)) | 312 | '("Find Targets and Macros" . makefile-pickup-everything)) |
| 313 | 313 | ||
| 314 | (define-key makefile-mode-map [menu-bar makefile-mode prev] | 314 | (define-key makefile-mode-map [menu-bar makefile-mode prev] |
| 315 | '("Move to previous dependency" . makefile-previous-dependency)) | 315 | '("Move to Previous Dependency" . makefile-previous-dependency)) |
| 316 | (define-key makefile-mode-map [menu-bar makefile-mode next] | 316 | (define-key makefile-mode-map [menu-bar makefile-mode next] |
| 317 | '("Move to next dependency" . makefile-next-dependency))) | 317 | '("Move to Next Dependency" . makefile-next-dependency))) |
| 318 | 318 | ||
| 319 | (defvar makefile-browser-map nil | 319 | (defvar makefile-browser-map nil |
| 320 | "The keymap that is used in the macro- and target browser.") | 320 | "The keymap that is used in the macro- and target browser.") |