aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-09-09 08:18:25 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-09-09 08:18:25 +0000
commitb4bb30b10e420dbfef8ba4c714f49cc56812011b (patch)
tree9e638255e41428c4c94e9222a36ba3379555d97d /coq
parent43638aa4eed9f78e0e4a59b5bcee5b9896c738bc (diff)
fix documentation error
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el10
1 files changed, 4 insertions, 6 deletions
diff --git a/coq/coq.el b/coq/coq.el
index d4a6288d..dacf117f 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1326,13 +1326,11 @@ that dependency checking takes noticeable time."
"Non-standard coq library load path.
List of directories to be added to the LoadPath of coqdep, coqc
and coqtop. Under normal circumstances this list does not need to
-contain \".\" for the current directory (see
-`coq-load-path-include-current') or the coq standard
-library.
+contain the coq standard library or \".\" for the current
+directory (see `coq-load-path-include-current').
-For coqdep and coqc these directories are passed via \"-I\"
-options over the command line. For interactive scripting an
-\"Add LoadPath\" command is used."
+Elements of this list should be strings, which are passed as
+\"-I\" options over the command line to coqdep, coqc and coqtop."
:type '(repeat string)
:safe '(lambda (v) (every 'stringp v))
:group 'coq-auto-compile)