diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-02-03 17:13:04 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-02-03 17:20:17 -0800 |
commit | 91557f5e2decb723544a703d01f11879be07fd04 (patch) | |
tree | 8f53ef75492e0552746c3f9a6da5b1efbc051b0e /CONTRIBUTE | |
parent | 2c0dc9fa70dcde56f68db6e72309f995e5c0e6e0 (diff) |
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-- | CONTRIBUTE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 3ccaff3393..f1f3a3f86f 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -252,7 +252,7 @@ Emacs uses ERT, Emacs Lisp Regression Testing, for testing. See (info for more information on writing and running tests. If your test lasts longer than some few seconds, mark it in its -`ert-deftest' definition with ":tags '(:expensive-test)". +'ert-deftest' definition with ":tags '(:expensive-test)". To run tests on the entire Emacs tree, run "make check" from the top-level directory. Most tests are in the directory |