[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Emacs Packages: Fix typos.
From: |
guix-commits |
Subject: |
branch master updated: doc: Emacs Packages: Fix typos. |
Date: |
Thu, 17 Dec 2020 04:03:41 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new eea7cc3 doc: Emacs Packages: Fix typos.
eea7cc3 is described below
commit eea7cc3185282b494a964eee4d6b3554f8eda0aa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 17 10:01:47 2020 +0100
doc: Emacs Packages: Fix typos.
* doc/contributing.texi (Emacs Packages): Fix typo. Also remove spurious
white
space, and unnecessary quote.
---
doc/contributing.texi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 6500bfa..4195cb4 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -645,14 +645,14 @@ more information (@pxref{origin Reference}).
Emacs packages should preferably use the Emacs build system
(@pxref{emacs-build-system}), for uniformity and the benefits provided
by its build phases, such as the auto-generation of the autoloads file
-and the byte compilation of the sources. Because there are no
+and the byte compilation of the sources. Because there is no
standardized way to run a test suite for Emacs packages, tests are
disabled by default. When a test suite is available, it should be
-enabled by setting the @code{#:tests?} argument to @code{#true}. By
+enabled by setting the @code{#:tests?} argument to @code{#true}. By
default, the command to run the test is @command{make check}, but any
command can be specified via the @code{#:test-command} argument. The
@code{#:test-command} argument expects a list containing a command and
-its arguments, to be invoked during the @code{'check} phase.
+its arguments, to be invoked during the @code{check} phase.
The Elisp dependencies of Emacs packages are typically provided as
@code{propagated-inputs} when required at run time. As for other
- branch master updated: doc: Emacs Packages: Fix typos.,
guix-commits <=