aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-08 10:11:53 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-08 10:11:53 +0200
commit76a8288c37e68fd8559f903af60abf8c3f87c007 (patch)
treecce988843b4522454d48dcf54b6eb906385ac643
parenta18fb93587ccbe32a2edfad38d2e9095f6c8e901 (diff)
parentb3d372c410e3dfffe5183632d1fe17917a829b9a (diff)
Merge PR #271 into v8.6
-rw-r--r--doc/refman/RefMan-ltac.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex
index 9fbff7181..1d89c17f4 100644
--- a/doc/refman/RefMan-ltac.tex
+++ b/doc/refman/RefMan-ltac.tex
@@ -1158,7 +1158,7 @@ using the syntax:
\end{quote}
A previous definition of {\qualid} must exist in the environment.
The new definition will always be used instead of the old one and
-it goes accross module boundaries.
+it goes across module boundaries.
If preceded by the keyword {\tt Local} the tactic definition will not
be exported outside the current module.