From: Dave Love Date: Mon, 19 Jun 2000 15:36:47 +0000 (+0000) Subject: (menu-bar-options-menu): Capitalize "Save Options". X-Git-Tag: emacs-pretest-21.0.90~3244 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48c9f05418c6ba318836c52dadd3ba5f4a28a929;p=emacs.git (menu-bar-options-menu): Capitalize "Save Options". --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 231de3dcb3b..509e57d3bde 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -537,7 +537,7 @@ Do the same for the keys of the same name." (default-value 'uniquify-buffer-name-style)))) (define-key menu-bar-options-menu [save] - '(menu-item "Save options" menu-bar-options-save + '(menu-item "Save Options" menu-bar-options-save :help "Save options set from the menu above")) (define-key menu-bar-options-menu [custom-separator]