aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-local-vars.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-04 16:11:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-10-04 16:11:48 +0000
commit86034f77ab12bd8585721e3ec1c55625d19c6cf5 (patch)
treefb4419e91c2947291461db1d0cc777ec1f98e34d /coq/coq-local-vars.el
parent17b653ec72b31f6ccab24dc275bcdc90b125fef0 (diff)
Fixes in strings/comments from Erik Martin-Dorel
Diffstat (limited to 'coq/coq-local-vars.el')
-rw-r--r--coq/coq-local-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el
index e021909f..d860cabd 100644
--- a/coq/coq-local-vars.el
+++ b/coq/coq-local-vars.el
@@ -140,11 +140,11 @@ will be used to suggest values to the user."
(setq olddirs (cdr olddirs)))
;; then ask for more
(setq option (coq-read-directory
- "Add directory (tab to complete, empty to stop) -I:" ""))
+ "Add directory (TAB to complete, empty to stop): -I " ""))
(while (not (string-equal option ""))
(setq progargs (cons option (cons "-I" progargs))) ;reversed
(setq option (coq-read-directory
- "Add directory (tab to complete, empty to stop) -I :" "")))
+ "Add directory (TAB to complete, empty to stop): -I " "")))
(reverse progargs)))
(defun coq-ask-prog-name (&optional oldvalue)