From 9f1250c56eb036052cdbe224fee1562e85a8a932 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 30 May 1995 22:35:28 +0000 Subject: [PATCH] (tar-mode-map): Fix capitalization in menu bar. --- lisp/tar-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2