(tar-mode-map): Fix capitalization in menu bar.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 May 1995 22:35:28 +0000 (22:35 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 May 1995 22:35:28 +0000 (22:35 +0000)
lisp/tar-mode.el

index 3398b64..dfc555c 100644 (file)
@@ -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))
 \f
 ;; tar mode is suitable only for specially formatted data.
 (put 'tar-mode 'mode-class 'special)