]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mailcap.el
Merge from trunk.
[gnu-emacs] / lisp / gnus / mailcap.el
index dffb279daba1a11ffa74270b2d08f4f11c0150f7..cbfa05bb87d066445de48ca841e7d50956779943 100644 (file)
@@ -82,7 +82,7 @@ This is a compatibility function for different Emacsen."
                         (list lpr-switches)
                       lpr-switches)))
             " ")
-  "Shell command (including switches) used to print Postscript files.")
+  "Shell command (including switches) used to print PostScript files.")
 
 ;; Postpone using defcustom for this as it's so big and we essentially
 ;; have to have two copies of the data around then.  Perhaps just
@@ -90,7 +90,7 @@ This is a compatibility function for different Emacsen."
 ;; files for the rest?  -- fx
 (defvar mailcap-mime-data
   `(("application"
-     ("vnd.ms-excel"
+     ("vnd\\.ms-excel"
       (viewer . "gnumeric %s")
       (test   . (getenv "DISPLAY"))
       (type . "application/vnd.ms-excel"))