Skip to content

Commit

Permalink
Fix first two suggestions in Issue cpitclaudel#254
Browse files Browse the repository at this point in the history
This PR is to fix the first two suggestions made in Issue cpitclaudel#254. I also encountered these issues when going through the tutorial.
  • Loading branch information
guojing0 authored Mar 11, 2023
1 parent 5affe7a commit c391f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions refman/tutorial.v
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Ltac MySimpleTactic :=
and adjusts completions accordingly *)

(* Run the following snippet, then try typing ‘plus’ *)
SearchAbout eq.
Search eq.


(******************************************************************************)
Expand All @@ -138,8 +138,8 @@ Abort.
key down. Release the mouse button to hide the info box. This also works
without a graphic environment; just enable ‘xterm-mouse-mode’ (alternatively,
you can use the ‘<menu>’ key, or even ‘M-F12’). *)
Fail le.
Fail exfalso.
Print le.
Print exfalso.

(******************************************************************************)

Expand Down

0 comments on commit c391f6e

Please sign in to comment.