aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorPaul Eggert2015-08-31 12:42:45 -0700
committerPaul Eggert2015-08-31 12:56:10 -0700
commit8bbff0d64d0e6ba21366c9fb24f6973e6c59b8ac (patch)
treed2e2598e982d958e2243bc0d665cf7315055aebe /lisp/mh-e
parent0ff60ec82f98032375e8569a98c08b72d879bce4 (diff)
downloademacs-8bbff0d64d0e6ba21366c9fb24f6973e6c59b8ac.tar.gz
emacs-8bbff0d64d0e6ba21366c9fb24f6973e6c59b8ac.zip
Quoting fixes in lisp mail, mh-e, net, url
* lisp/mail/emacsbug.el (report-emacs-bug) (report-emacs-bug-hook): Use straight quotes in outgoing email, * lisp/mail/feedmail.el (feedmail-message-action-help-blat): * lisp/mail/rmail.el (rmail-unknown-mail-followup-to): * lisp/mail/rmailout.el (rmail-output-read-file-name): * lisp/net/imap.el (imap-interactive-login): * lisp/net/tls.el (open-tls-stream): * lisp/url/url-auth.el (url-register-auth-scheme): Respect ‘text-quoting-style’ in diagnostics. * lisp/mh-e/mh-e.el (mh-sortm-args): Quote docstring example using text quotes, not as a Lisp quote.
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/mh-e.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index f11511a9dc5..22e4cd737ec 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -1353,8 +1353,8 @@ show window is toggled off."
1353This option is consulted when a prefix argument is used with 1353This option is consulted when a prefix argument is used with
1354\\[mh-sort-folder]. Normally default arguments to \"sortm\" are 1354\\[mh-sort-folder]. Normally default arguments to \"sortm\" are
1355specified in the MH profile. This option may be used to provide 1355specified in the MH profile. This option may be used to provide
1356an alternate view. For example, \"'(\"-nolimit\" \"-textfield\" 1356an alternate view. For example, (\"-nolimit\" \"-textfield\"
1357\"subject\")\" is a useful setting." 1357\"subject\") is a useful setting."
1358 :type '(repeat string) 1358 :type '(repeat string)
1359 :group 'mh-folder 1359 :group 'mh-folder
1360 :package-version '(MH-E . "8.0")) 1360 :package-version '(MH-E . "8.0"))