aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Timothy Bourke <tim@tbrk.org>2016-06-18 16:53:41 +0200
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2016-06-18 10:53:41 -0400
commit7ed8ad9d2e2dba92005e1e233323488284a63c93 (patch)
treee8b1464456c02f5958bc3298a8a18fbc71ae0da1 /doc
parent493211dbd924520e6842f3e5d7c8fd1b3cbf1485 (diff)
coq-load-path docs: norec -> nonrec (#79)
Diffstat (limited to 'doc')
-rw-r--r--doc/ProofGeneral.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ProofGeneral.texi b/doc/ProofGeneral.texi
index 79c1e893..a0568796 100644
--- a/doc/ProofGeneral.texi
+++ b/doc/ProofGeneral.texi
@@ -4718,7 +4718,7 @@ forms of include options ('-I' and @code{'-R'}). An element can be
- A list of the form '(rec dir path)' (where dir and path are
strings) specifying a directory to be recursively mapped to the
logical path @code{'path'} ('-R dir -as path').
- - A list of the form '(norec dir path)', specifying a directory
+ - A list of the form '(nonrec dir path)', specifying a directory
to be mapped to the logical path @code{'path'} ('-I dir -as path').
@end lisp
For convenience the symbol @code{'rec'} can be omitted and entries of