@@ -2261,12 +2261,13 @@ the proof assistant to automatically process other files.
2261
2261
@section Proof status statistic
2262
2262
@cindex Proof status statistic
2263
2263
2264
- The command @code {proof-check-proofs } generates the proof status of
2265
- all opaque proofs in the current buffer, i.e., it generates an
2266
- overview that shows which of the opaque proofs in the current buffer
2267
- are currently valid and which are failing. When used interactively,
2268
- the proof status is shown in the buffer @code {*proof-check-report* }
2269
- (as long as @code {proof-check-report-buffer } is not changed).
2264
+ The command @code {proof-check-proofs } (menu @code {Proof-General ->
2265
+ Check Opaque Proofs }) generates the proof status of all opaque proofs
2266
+ in the current buffer, i.e., it generates an overview that shows which
2267
+ of the opaque proofs in the current buffer are currently valid and
2268
+ which are failing. When used interactively, the proof status is shown
2269
+ in the buffer @code {*proof-check-report* } (as long as
2270
+ @code {proof-check-report-buffer } is not changed).
2270
2271
2271
2272
Currently @code {proof-check-proofs } does only work for Coq.
2272
2273
@@ -2314,7 +2315,7 @@ omit-proofs feature.
2314
2315
The interactive use of this commands is limited because it only works
2315
2316
on the current buffer. However, this commands can also be run in batch
2316
2317
mode in a script, for instance in a continuous integration
2317
- environment. To run this command on a buffer in batch mode, use
2318
+ environment. To run this command on a file in batch mode, use
2318
2319
2319
2320
@verbatim
2320
2321
emacs -batch -l <your-pg-dir>/generic/proof-site.el <file> \
@@ -5248,15 +5249,16 @@ non-opaque, even if they have proof-local effect only, such as
5248
5249
@node Proof status statistic for Coq
5249
5250
@section Proof status statistic for Coq
5250
5251
5251
- The command @code {proof-check-proofs } generates the proof status of
5252
- all opaque proofs in the current buffer, i.e., it generates an
5253
- overview that shows which of the opaque proofs in the current buffer
5254
- are currently valid and which are failing. This command is useful for
5255
- a development process where invalid proofs are permitted and vos
5256
- compilation (@xref {Quick and inconsistent compilation }) and the omit
5257
- proofs feature (@xref {Omitting proofs for speed }) are used to work at
5258
- the most interesting or challenging point instead of on the first
5259
- invalid proof. See @xref {Proof status statistic } for more details.
5252
+ The command @code {proof-check-proofs } (menu @code {Proof-General ->
5253
+ Check Opaque Proofs }) generates the proof status of all opaque proofs
5254
+ in the current buffer, i.e., it generates an overview that shows which
5255
+ of the opaque proofs in the current buffer are currently valid and
5256
+ which are failing. This command is useful for a development process
5257
+ where invalid proofs are permitted and vos compilation (@xref {Quick
5258
+ and inconsistent compilation }) and the omit proofs feature
5259
+ (@xref {Omitting proofs for speed }) are used to work at the most
5260
+ interesting or challenging point instead of on the first invalid
5261
+ proof. See @xref {Proof status statistic } for more details.
5260
5262
5261
5263
5262
5264
@node Editing multiple proofs
0 commit comments