[gnus git] branch master updated: m0-13-117-g117b254 =1= Expunge "allow" + infinitive without direct object from source and doc

Katsumi Yamaoka <[email protected]> Mon, 25 Jan 2016 02:37:26 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  117b2546f7a111807faf93247e56d627169463c4 (commit)
      from  aa25148e72f3da5bdf4cbafb59165229f965ce23 (commit)


- Log -----------------------------------------------------------------
commit 117b2546f7a111807faf93247e56d627169463c4
Author: Alan Mackenzie <[email protected]>
Date:   Mon Jan 25 01:37:11 2016 +0000

    Expunge "allow" + infinitive without direct object from source and doc
    
    * gnus-agent.el (gnus-agent-queue-setup):
    * mm-util.el (mm-charset-eval-alist): Dox fix.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67cd71f..85bbade 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-24  Alan Mackenzie  <[email protected]>
+
+	Expunge "allow" + infinitive without direct object from source and doc.
+
+	* gnus-agent.el (gnus-agent-queue-setup):
+	* mm-util.el (mm-charset-eval-alist): Dox fix.
+
 2016-01-22  Katsumi Yamaoka  <[email protected]>
 
 	Revert changes causing old Emacsen not to work
@@ -11,7 +18,8 @@
 
 2016-01-19  Katsumi Yamaoka  <[email protected]>
 
-	* nnir.el (nnir-request-update-mark): Default to the original mark.
+	* nnir.el (nnir-request-update-mark):
+	Default to the original mark (bug#22353).
 	cf. <http://thread.gmane.org/gmane.emacs.gnus.general/86583>
 	and <http://thread.gmane.org/gmane.emacs.gnus.general/86640>
 
diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el
index 9219ce0..80753c1 100644
--- a/lisp/gnus-agent.el
+++ b/lisp/gnus-agent.el
@@ -680,7 +680,7 @@ minor mode in all Gnus buffers."
 
 (defun gnus-agent-queue-setup (&optional group-name)
   "Make sure the queue group exists.
-Optional arg GROUP-NAME allows to specify another group."
+Optional arg GROUP-NAME allows another group to be specified."
   (unless (gnus-gethash (format "nndraft:%s" (or group-name "queue"))
 			gnus-newsrc-hashtb)
     (gnus-request-create-group (or group-name "queue") '(nndraft ""))
diff --git a/lisp/mm-util.el b/lisp/mm-util.el
index fb97479..106d010 100644
--- a/lisp/mm-util.el
+++ b/lisp/mm-util.el
@@ -496,9 +496,9 @@ Unless LIST is given, `mm-codepage-ibm-list' is used."
       (windows-1257 . (mm-codepage-setup 1257 t))))
   "An alist of (CHARSET . FORM) pairs.
 If an article is encoded in an unknown CHARSET, FORM is
-evaluated.  This allows to load additional libraries providing
-charsets on demand.  If supported by your Emacs version, you
-could use `autoload-coding-system' here."
+evaluated.  This allows the loading of additional libraries
+providing charsets on demand.  If supported by your Emacs
+version, you could use `autoload-coding-system' here."
   :version "22.1" ;; Gnus 5.10.9
   :type '(list (set :inline t
 		    (const (windows-1250 . (mm-codepage-setup 1250 t)))

-----------------------------------------------------------------------
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     |   10 +++++++++-
 lisp/gnus-agent.el |    2 +-
 lisp/mm-util.el    |    6 +++---
 3 files changed, 13 insertions(+), 5 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