changeset 29741:350b549354fc

(menu-bar-options-menu): Capitalize "Save Options".
author Dave Love <fx@gnu.org>
date Mon, 19 Jun 2000 15:36:47 +0000
parents 23f59820e06d
children 47ad175d6357
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Mon Jun 19 14:55:15 2000 +0000
+++ b/lisp/menu-bar.el	Mon Jun 19 15:36:47 2000 +0000
@@ -537,7 +537,7 @@
 			       (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]