[gnus git] branch master updated: n0-17-382-gf05e31c =1= Fix typos.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f05e31ccd35b6c1e947c376f410bdba155ebda18 (commit)
from 63812fc80f280d4e1133f8b934fc17320e88fff2 (commit)
- Log -----------------------------------------------------------------
commit f05e31ccd35b6c1e947c376f410bdba155ebda18
Author: Juanma Barranquero <[email protected]>
Date: Wed Nov 16 22:44:38 2011 +0000
Fix typos.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e1fea2a..85e70cc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,10 @@
2011-11-16 Juanma Barranquero <[email protected]>
* 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.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 6ffc5d9..08f5e44 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -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]
diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el
index 743b458..50a3380 100644
--- a/lisp/gnus-uu.el
+++ b/lisp/gnus-uu.el
@@ -727,7 +727,7 @@ When called interactively, prompt for REGEXP."
;; All PostScript functions written by Erik Selberg <[email protected]>.
(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
diff --git a/lisp/mailcap.el b/lisp/mailcap.el
index 7959104..cbfa05b 100644
--- a/lisp/mailcap.el
+++ b/lisp/mailcap.el
@@ -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
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-sum.el | 2 +-
lisp/gnus-uu.el | 4 ++--
lisp/mailcap.el | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project