diff options
| author | Paul Eggert | 2016-02-03 17:13:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-03 17:20:17 -0800 |
| commit | 91557f5e2decb723544a703d01f11879be07fd04 (patch) | |
| tree | 8f53ef75492e0552746c3f9a6da5b1efbc051b0e /CONTRIBUTE | |
| parent | 2c0dc9fa70dcde56f68db6e72309f995e5c0e6e0 (diff) | |
| download | emacs-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-- | CONTRIBUTE | 2 |
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 | |||
| 252 | for more information on writing and running tests. | 252 | for more information on writing and running tests. |
| 253 | 253 | ||
| 254 | If your test lasts longer than some few seconds, mark it in its | 254 | If 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 | ||
| 257 | To run tests on the entire Emacs tree, run "make check" from the | 257 | To run tests on the entire Emacs tree, run "make check" from the |
| 258 | top-level directory. Most tests are in the directory | 258 | top-level directory. Most tests are in the directory |