Don't quote symbols 'like-this' in docstrings
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 21 Aug 2015 00:56:48 +0000 (00:56 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 21 Aug 2015 00:56:48 +0000 (00:56 +0000)
* 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.

lisp/ChangeLog
lisp/nnmairix.el
lisp/pop3.el

index 9c9a2f4..e21a735 100644 (file)
@@ -1,3 +1,10 @@
+2015-08-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <yamaoka@jpl.org>
 
        Use overlay functions directly
index 96b40e5..0a4dbff 100644 (file)
@@ -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)
index 4d9dfda..696c6e4 100644 (file)
@@ -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