summaryrefslogtreecommitdiff
path: root/doc/lispref/tips.texi
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2020-02-25 13:53:14 +0100
committerEli Zaretskii <eliz@gnu.org>2020-02-28 15:21:55 +0200
commitff729e3f975f8391658cf22c4715552054ed25c1 (patch)
tree07ef0df7ac2a58cff0c203d36f123f8b175c08b9 /doc/lispref/tips.texi
parent696ee02c3a40cf0e19f963cfaf8004ca42f7e897 (diff)
downloademacs-ff729e3f975f8391658cf22c4715552054ed25c1.tar.gz
; bug#39779: Fix some typos in documentation.
Diffstat (limited to 'doc/lispref/tips.texi')
-rw-r--r--doc/lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 0610f8029df..1ca97e2f092 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -1076,7 +1076,7 @@ package is only activated if all its dependencies have been).
Its format is a list of lists on a single line. The @code{car} of
each sub-list is the name of a package, as a symbol. The @code{cadr}
of each sub-list is the minimum acceptable version number, as a string
-that can be parse by @code{version-to-list}. An entry that lacks a
+that can be parsed by @code{version-to-list}. An entry that lacks a
version (i.e., an entry which is just a symbol, or a sub-list of one
element) is equivalent to entry with version "0". For instance: