[gnus git] branch master updated: m0-13-46-g69af19b =1= Don't quote symbols 'like-this' in docstrings

Katsumi Yamaoka <[email protected]> Fri, 21 Aug 2015 02:57:12 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  69af19b99e9c9cc860b0987e7ee74cc18c293b55 (commit)
      from  a2bbdbe2298142a1b9c843707efde0f7e858172a (commit)


- Log -----------------------------------------------------------------
commit 69af19b99e9c9cc860b0987e7ee74cc18c293b55
Author: Paul Eggert <[email protected]>
Date:   Fri Aug 21 00:56:48 2015 +0000

    Don't quote symbols 'like-this' in docstrings
    
    * nnmairix.el (nnmairix-propagate-marks-upon-close):
    * pop3.el (pop3-authentication-scheme):
    Don't quote symbols with apostrophes in doc strings.
    Use asymmetric quotes instead.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9c9a2f4..e21a735 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2015-08-21  Paul Eggert  <[email protected]>
+
+	* nnmairix.el (nnmairix-propagate-marks-upon-close):
+	* pop3.el (pop3-authentication-scheme):
+	Don't quote symbols with apostrophes in doc strings.
+	Use asymmetric quotes instead.
+
 2015-08-19  Katsumi Yamaoka  <[email protected]>
 
 	Use overlay functions directly
diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el
index 96b40e5..0a4dbff 100644
--- a/lisp/nnmairix.el
+++ b/lisp/nnmairix.el
@@ -311,7 +311,7 @@ The default chooses the largest window in the current frame."
 The default of this variable is t.  If set to 'ask, the
 user will be asked if the flags should be propagated when the
 group is closed.  If set to nil, the user will have to manually
-call 'nnmairix-propagate-marks'."
+call `nnmairix-propagate-marks'."
   :version "23.1"
   :type '(choice (const :tag "always" t)
 		 (const :tag "ask" ask)
diff --git a/lisp/pop3.el b/lisp/pop3.el
index 4d9dfda..696c6e4 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -82,7 +82,7 @@
 (defcustom pop3-authentication-scheme 'pass
   "*POP3 authentication scheme.
 Defaults to `pass', for the standard USER/PASS authentication.  The other
-valid value is 'apop'."
+valid value is `apop'."
   :type '(choice (const :tag "Normal user/password" pass)
 		 (const :tag "APOP" apop))
   :version "22.1" ;; Oort Gnus

-----------------------------------------------------------------------
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   |    7 +++++++
 lisp/nnmairix.el |    2 +-
 lisp/pop3.el     |    2 +-
 3 files changed, 9 insertions(+), 2 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