From 69af19b99e9c9cc860b0987e7ee74cc18c293b55 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 21 Aug 2015 00:56:48 +0000 Subject: [PATCH] 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. --- lisp/ChangeLog | 7 +++++++ lisp/nnmairix.el | 2 +- lisp/pop3.el | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c9a2f475..e21a7355b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2015-08-21 Paul Eggert + + * 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 Use overlay functions directly diff --git a/lisp/nnmairix.el b/lisp/nnmairix.el index 96b40e5b8..0a4dbff9f 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 4d9dfdaf2..696c6e46b 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 -- 2.25.1