diff options
| author | Jason Gross | 2016-09-07 15:17:29 -0700 |
|---|---|---|
| committer | GitHub | 2016-09-07 15:17:29 -0700 |
| commit | b3d372c410e3dfffe5183632d1fe17917a829b9a (patch) | |
| tree | cce988843b4522454d48dcf54b6eb906385ac643 /doc | |
| parent | a18fb93587ccbe32a2edfad38d2e9095f6c8e901 (diff) | |
Fix a typo in the reference manual
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-ltac.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-ltac.tex b/doc/refman/RefMan-ltac.tex index 9fbff7181e..1d89c17f47 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. |
