Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Nov 2011 22:44:38 +0000 (22:44 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 16 Nov 2011 22:44:38 +0000 (22:44 +0000)
lisp/ChangeLog
lisp/gnus-sum.el
lisp/gnus-uu.el
lisp/mailcap.el

index e1fea2a..85e70cc 100644 (file)
@@ -1,6 +1,10 @@
 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
+       * gnus-sum.el (gnus-summary-make-menu-bar):
+       * gnus-uu.el (gnus-uu-decode-postscript)
+       (gnus-uu-decode-postscript-and-save):
+       * mailcap.el (mailcap-print-command):
        * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
        Fix typos.
 
index 6ffc5d9..08f5e44 100644 (file)
@@ -2529,7 +2529,7 @@ gnus-summary-show-article-from-menu-as-charset-%s" cs))))
              ["Unshar and save" gnus-uu-decode-unshar-and-save t]
              ["Save" gnus-uu-decode-save t]
              ["Binhex" gnus-uu-decode-binhex t]
-             ["Postscript" gnus-uu-decode-postscript t]
+             ["PostScript" gnus-uu-decode-postscript t]
              ["All MIME parts" gnus-summary-save-parts t])
             ("Cache"
              ["Enter article" gnus-cache-enter-article t]
index 743b458..50a3380 100644 (file)
@@ -727,7 +727,7 @@ When called interactively, prompt for REGEXP."
 ;; All PostScript functions written by Erik Selberg <speed@cs.washington.edu>.
 
 (defun gnus-uu-decode-postscript (&optional n)
-  "Gets postscript of the current article."
+  "Gets PostScript of the current article."
   (interactive "P")
   (gnus-uu-decode-with-method 'gnus-uu-decode-postscript-article n))
 
@@ -738,7 +738,7 @@ When called interactively, prompt for REGEXP."
     (gnus-uu-decode-postscript n)))
 
 (defun gnus-uu-decode-postscript-and-save (n dir)
-  "Extracts postscript and saves the current article."
+  "Extracts PostScript and saves the current article."
   (interactive
    (list current-prefix-arg
         (file-name-as-directory
index 7959104..cbfa05b 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