diff options
| author | Luc Teirlinck | 2005-08-11 20:57:36 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-08-11 20:57:36 +0000 |
| commit | 1f742f74f519bec9bee1983071c53d954e25753b (patch) | |
| tree | f40af3aff6214f0547d419fcc27d1753af1f6b21 | |
| parent | e40b86bb91ab8b026a9aa13ac343ee0261e89b91 (diff) | |
| download | emacs-1f742f74f519bec9bee1983071c53d954e25753b.tar.gz emacs-1f742f74f519bec9bee1983071c53d954e25753b.zip | |
(menu-bar-options-menu): Standardize capitalization of menu items.
| -rw-r--r-- | lisp/menu-bar.el | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 4c7782e7e4c..2b00bfab68f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -703,7 +703,7 @@ by \"Save Options\" in Custom buffers.") | |||
| 703 | 703 | ||
| 704 | (define-key menu-bar-showhide-menu [showhide-battery] | 704 | (define-key menu-bar-showhide-menu [showhide-battery] |
| 705 | (menu-bar-make-mm-toggle display-battery-mode | 705 | (menu-bar-make-mm-toggle display-battery-mode |
| 706 | "Battery status" | 706 | "Battery Status" |
| 707 | "Display battery status information in mode line")) | 707 | "Display battery status information in mode line")) |
| 708 | 708 | ||
| 709 | (define-key menu-bar-showhide-menu [showhide-date-time] | 709 | (define-key menu-bar-showhide-menu [showhide-date-time] |
| @@ -735,7 +735,7 @@ mail status in mode line")) | |||
| 735 | (customize-variable 'indicate-buffer-boundaries)) | 735 | (customize-variable 'indicate-buffer-boundaries)) |
| 736 | 736 | ||
| 737 | (define-key menu-bar-showhide-fringe-ind-menu [customize] | 737 | (define-key menu-bar-showhide-fringe-ind-menu [customize] |
| 738 | '(menu-item "Other (customize)" | 738 | '(menu-item "Other (Customize)" |
| 739 | menu-bar-showhide-fringe-ind-customize | 739 | menu-bar-showhide-fringe-ind-customize |
| 740 | :help "Additional choices available through Custom buffer" | 740 | :help "Additional choices available through Custom buffer" |
| 741 | :visible (display-graphic-p))) | 741 | :visible (display-graphic-p))) |
| @@ -747,7 +747,7 @@ mail status in mode line")) | |||
| 747 | '((t . right) (top . left)))) | 747 | '((t . right) (top . left)))) |
| 748 | 748 | ||
| 749 | (define-key menu-bar-showhide-fringe-ind-menu [mixed] | 749 | (define-key menu-bar-showhide-fringe-ind-menu [mixed] |
| 750 | '(menu-item "Opposite, arrows right" menu-bar-showhide-fringe-ind-mixed | 750 | '(menu-item "Opposite, Arrows Right" menu-bar-showhide-fringe-ind-mixed |
| 751 | :help | 751 | :help |
| 752 | "Show top/bottom indicators in opposite fringes, arrows in right" | 752 | "Show top/bottom indicators in opposite fringes, arrows in right" |
| 753 | :visible (display-graphic-p) | 753 | :visible (display-graphic-p) |
| @@ -761,7 +761,7 @@ mail status in mode line")) | |||
| 761 | '((top . left) (bottom . right)))) | 761 | '((top . left) (bottom . right)))) |
| 762 | 762 | ||
| 763 | (define-key menu-bar-showhide-fringe-ind-menu [box] | 763 | (define-key menu-bar-showhide-fringe-ind-menu [box] |
| 764 | '(menu-item "Opposite, no arrows" menu-bar-showhide-fringe-ind-box | 764 | '(menu-item "Opposite, No Arrows" menu-bar-showhide-fringe-ind-box |
| 765 | :help "Show top/bottom indicators in opposite fringes, no arrows" | 765 | :help "Show top/bottom indicators in opposite fringes, no arrows" |
| 766 | :visible (display-graphic-p) | 766 | :visible (display-graphic-p) |
| 767 | :button (:radio . (eq indicate-buffer-boundaries | 767 | :button (:radio . (eq indicate-buffer-boundaries |
| @@ -773,7 +773,7 @@ mail status in mode line")) | |||
| 773 | (customize-set-variable 'indicate-buffer-boundaries 'right)) | 773 | (customize-set-variable 'indicate-buffer-boundaries 'right)) |
| 774 | 774 | ||
| 775 | (define-key menu-bar-showhide-fringe-ind-menu [right] | 775 | (define-key menu-bar-showhide-fringe-ind-menu [right] |
| 776 | '(menu-item "In right fringe" menu-bar-showhide-fringe-ind-right | 776 | '(menu-item "In Right Fringe" menu-bar-showhide-fringe-ind-right |
| 777 | :help "Show buffer boundaries and arrows in right fringe" | 777 | :help "Show buffer boundaries and arrows in right fringe" |
| 778 | :visible (display-graphic-p) | 778 | :visible (display-graphic-p) |
| 779 | :button (:radio . (eq indicate-buffer-boundaries 'right)))) | 779 | :button (:radio . (eq indicate-buffer-boundaries 'right)))) |
| @@ -784,7 +784,7 @@ mail status in mode line")) | |||
| 784 | (customize-set-variable 'indicate-buffer-boundaries 'left)) | 784 | (customize-set-variable 'indicate-buffer-boundaries 'left)) |
| 785 | 785 | ||
| 786 | (define-key menu-bar-showhide-fringe-ind-menu [left] | 786 | (define-key menu-bar-showhide-fringe-ind-menu [left] |
| 787 | '(menu-item "In left fringe" menu-bar-showhide-fringe-ind-left | 787 | '(menu-item "In Left Fringe" menu-bar-showhide-fringe-ind-left |
| 788 | :help "Show buffer boundaries and arrows in left fringe" | 788 | :help "Show buffer boundaries and arrows in left fringe" |
| 789 | :visible (display-graphic-p) | 789 | :visible (display-graphic-p) |
| 790 | :button (:radio . (eq indicate-buffer-boundaries 'left)))) | 790 | :button (:radio . (eq indicate-buffer-boundaries 'left)))) |
| @@ -795,19 +795,19 @@ mail status in mode line")) | |||
| 795 | (customize-set-variable 'indicate-buffer-boundaries nil)) | 795 | (customize-set-variable 'indicate-buffer-boundaries nil)) |
| 796 | 796 | ||
| 797 | (define-key menu-bar-showhide-fringe-ind-menu [none] | 797 | (define-key menu-bar-showhide-fringe-ind-menu [none] |
| 798 | '(menu-item "No indicators" menu-bar-showhide-fringe-ind-none | 798 | '(menu-item "No Indicators" menu-bar-showhide-fringe-ind-none |
| 799 | :help "Hide all buffer boundary indicators and arrows" | 799 | :help "Hide all buffer boundary indicators and arrows" |
| 800 | :visible (display-graphic-p) | 800 | :visible (display-graphic-p) |
| 801 | :button (:radio . (eq indicate-buffer-boundaries nil)))) | 801 | :button (:radio . (eq indicate-buffer-boundaries nil)))) |
| 802 | 802 | ||
| 803 | (define-key menu-bar-showhide-fringe-menu [showhide-fringe-ind] | 803 | (define-key menu-bar-showhide-fringe-menu [showhide-fringe-ind] |
| 804 | (list 'menu-item "Buffer boundaries" menu-bar-showhide-fringe-ind-menu | 804 | (list 'menu-item "Buffer Boundaries" menu-bar-showhide-fringe-ind-menu |
| 805 | :visible `(display-graphic-p) | 805 | :visible `(display-graphic-p) |
| 806 | :help "Indicate buffer boundaries in fringe")) | 806 | :help "Indicate buffer boundaries in fringe")) |
| 807 | 807 | ||
| 808 | (define-key menu-bar-showhide-fringe-menu [indicate-empty-lines] | 808 | (define-key menu-bar-showhide-fringe-menu [indicate-empty-lines] |
| 809 | (menu-bar-make-toggle toggle-indicate-empty-lines indicate-empty-lines | 809 | (menu-bar-make-toggle toggle-indicate-empty-lines indicate-empty-lines |
| 810 | "Empty line indicators" | 810 | "Empty Line Indicators" |
| 811 | "Indicating of empty lines %s" | 811 | "Indicating of empty lines %s" |
| 812 | "Indicate trailing empty lines in fringe")) | 812 | "Indicate trailing empty lines in fringe")) |
| 813 | 813 | ||
| @@ -817,7 +817,7 @@ mail status in mode line")) | |||
| 817 | (customize-variable 'fringe-mode)) | 817 | (customize-variable 'fringe-mode)) |
| 818 | 818 | ||
| 819 | (define-key menu-bar-showhide-fringe-menu [customize] | 819 | (define-key menu-bar-showhide-fringe-menu [customize] |
| 820 | '(menu-item "Customize fringe" menu-bar-showhide-fringe-menu-customize | 820 | '(menu-item "Customize Fringe" menu-bar-showhide-fringe-menu-customize |
| 821 | :help "Detailed customization of fringe" | 821 | :help "Detailed customization of fringe" |
| 822 | :visible (display-graphic-p))) | 822 | :visible (display-graphic-p))) |
| 823 | 823 | ||
| @@ -1009,7 +1009,7 @@ mail status in mode line")) | |||
| 1009 | '("--")) | 1009 | '("--")) |
| 1010 | (define-key menu-bar-options-menu [cua-mode] | 1010 | (define-key menu-bar-options-menu [cua-mode] |
| 1011 | (menu-bar-make-mm-toggle cua-mode | 1011 | (menu-bar-make-mm-toggle cua-mode |
| 1012 | "C-x/C-c/C-v cut and paste (CUA)" | 1012 | "C-x/C-c/C-v Cut and Paste (CUA)" |
| 1013 | "Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste")) | 1013 | "Use C-z/C-x/C-c/C-v keys for undo/cut/copy/paste")) |
| 1014 | 1014 | ||
| 1015 | (define-key menu-bar-options-menu [case-fold-search] | 1015 | (define-key menu-bar-options-menu [case-fold-search] |