diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2013-04-04 08:40:10 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2013-04-04 08:40:10 +0000 |
commit | 8b37414ee09d6a38428c7963263f891cfd1c4626 (patch) | |
tree | c7e10f37cab2c332eb82460c98aa60260b8d41da /doc/refman | |
parent | b432ebcdf0f76a6b25956b696601fe8a06fa4638 (diff) |
Small doc fix : module subtyping cannot force access of opaques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16385 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman')
-rw-r--r-- | doc/refman/RefMan-com.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/RefMan-com.tex b/doc/refman/RefMan-com.tex index 543dce18f..67cb50c29 100644 --- a/doc/refman/RefMan-com.tex +++ b/doc/refman/RefMan-com.tex @@ -226,7 +226,7 @@ Section~\ref{LongNames}). This is the default behavior. Proofs of opaque theorems aren't loaded immediately in memory, but only when necessary, for instance - during some module subtyping or {\tt Print Assumptions}. This should be + during a {\tt Print} or {\tt Print Assumptions}. This mode should be almost as fast and efficient as {\tt -dont-load-proofs}. \item[{\tt -force-load-proofs}]\ |