From: Karl Heuer Date: Tue, 30 May 1995 22:35:28 +0000 (+0000) Subject: (tar-mode-map): Fix capitalization in menu bar. X-Git-Tag: emacs-19.34~3831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f1250c56eb036052cdbe224fee1562e85a8a932;p=emacs.git (tar-mode-map): Fix capitalization in menu bar. --- diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 3398b644e69..dfc555c97e9 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -543,7 +543,7 @@ is visible (and the real data of the buffer is hidden)." (define-key tar-mode-map [menu-bar operate copy] '("Copy to..." . tar-copy)) (define-key tar-mode-map [menu-bar operate expunge] - '("Expunge marked files" . tar-expunge)) + '("Expunge Marked Files" . tar-expunge)) ;; tar mode is suitable only for specially formatted data. (put 'tar-mode 'mode-class 'special)