aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorPaul Eggert2016-02-03 17:13:04 -0800
committerPaul Eggert2016-02-03 17:20:17 -0800
commit91557f5e2decb723544a703d01f11879be07fd04 (patch)
tree8f53ef75492e0552746c3f9a6da5b1efbc051b0e /CONTRIBUTE
parent2c0dc9fa70dcde56f68db6e72309f995e5c0e6e0 (diff)
downloademacs-91557f5e2decb723544a703d01f11879be07fd04.tar.gz
emacs-91557f5e2decb723544a703d01f11879be07fd04.zip
Quoting fixes in doc strings and diagnostics
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq, byte-compile-funcall): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): Follow user style preference when quoting diagnostics.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r--CONTRIBUTE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index 3ccaff3393f..f1f3a3f86fc 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -252,7 +252,7 @@ Emacs uses ERT, Emacs Lisp Regression Testing, for testing. See (info
252for more information on writing and running tests. 252for more information on writing and running tests.
253 253
254If your test lasts longer than some few seconds, mark it in its 254If your test lasts longer than some few seconds, mark it in its
255`ert-deftest' definition with ":tags '(:expensive-test)". 255'ert-deftest' definition with ":tags '(:expensive-test)".
256 256
257To run tests on the entire Emacs tree, run "make check" from the 257To run tests on the entire Emacs tree, run "make check" from the
258top-level directory. Most tests are in the directory 258top-level directory. Most tests are in the directory