diff options
| author | Maxime Dénès | 2016-09-30 10:21:00 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-09-30 10:21:00 +0200 |
| commit | e74c2e3df2ed40b6df34255f6638a93deb35f434 (patch) | |
| tree | a570e1333c65c018f119f49625da1008c4d31bdf | |
| parent | 7952c15ca3d26ae5c2807196bb7aca97bce325c6 (diff) | |
| parent | 9b1c4576d89014d686bc10f13455a52de8d793bf (diff) | |
Merge remote-tracking branch 'github/pr/294' into v8.5
Was PR#294: Make error message more helpful.
| -rw-r--r-- | ide/ide_slave.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ide_slave.ml b/ide/ide_slave.ml index 1f933fb8a5..239fc587ce 100644 --- a/ide/ide_slave.ml +++ b/ide/ide_slave.ml @@ -98,7 +98,7 @@ let coqide_cmd_checks (loc,ast) = if is_debug ast then user_error "Debug mode not available within CoqIDE"; if is_known_option ast then - msg_warning (strbrk"This will not work. Use CoqIDE display menu instead"); + msg_warning (strbrk"This will not work. Use CoqIDE view menu instead"); if Vernac.is_navigation_vernac ast || is_undo ast then msg_warning (strbrk "Rather use CoqIDE navigation instead"); if is_query ast then |
