diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-12-17 10:01:47 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-12-17 10:01:47 +0100 |
| commit | eea7cc3185282b494a964eee4d6b3554f8eda0aa (patch) | |
| tree | 92bc36a267beabe81b5ed4c53353038c60083a82 /doc | |
| parent | a728de21e32ca7a01b16780fc674e3c95228c0bb (diff) | |
doc: Emacs Packages: Fix typos.
* doc/contributing.texi (Emacs Packages): Fix typo. Also remove spurious white
space, and unnecessary quote.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contributing.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 6500bfa3a1e..4195cb4105c 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi | |||
| @@ -645,14 +645,14 @@ more information (@pxref{origin Reference}). | |||
| 645 | Emacs packages should preferably use the Emacs build system | 645 | Emacs packages should preferably use the Emacs build system |
| 646 | (@pxref{emacs-build-system}), for uniformity and the benefits provided | 646 | (@pxref{emacs-build-system}), for uniformity and the benefits provided |
| 647 | by its build phases, such as the auto-generation of the autoloads file | 647 | by its build phases, such as the auto-generation of the autoloads file |
| 648 | and the byte compilation of the sources. Because there are no | 648 | and the byte compilation of the sources. Because there is no |
| 649 | standardized way to run a test suite for Emacs packages, tests are | 649 | standardized way to run a test suite for Emacs packages, tests are |
| 650 | disabled by default. When a test suite is available, it should be | 650 | disabled by default. When a test suite is available, it should be |
| 651 | enabled by setting the @code{#:tests?} argument to @code{#true}. By | 651 | enabled by setting the @code{#:tests?} argument to @code{#true}. By |
| 652 | default, the command to run the test is @command{make check}, but any | 652 | default, the command to run the test is @command{make check}, but any |
| 653 | command can be specified via the @code{#:test-command} argument. The | 653 | command can be specified via the @code{#:test-command} argument. The |
| 654 | @code{#:test-command} argument expects a list containing a command and | 654 | @code{#:test-command} argument expects a list containing a command and |
| 655 | its arguments, to be invoked during the @code{'check} phase. | 655 | its arguments, to be invoked during the @code{check} phase. |
| 656 | 656 | ||
| 657 | The Elisp dependencies of Emacs packages are typically provided as | 657 | The Elisp dependencies of Emacs packages are typically provided as |
| 658 | @code{propagated-inputs} when required at run time. As for other | 658 | @code{propagated-inputs} when required at run time. As for other |
