diff options
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/vernac.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernac.ml b/toplevel/vernac.ml index 185bfd93c8..4090748b3b 100644 --- a/toplevel/vernac.ml +++ b/toplevel/vernac.ml @@ -195,8 +195,8 @@ and read_vernac_file verbosely s = (* raw_do_vernac : char Stream.t -> unit * parses and executes one command of the vernacular char stream. - * Marks the end of the command in the lib_stk to make vernac undoing - * easier. *) + * Marks the end of the command in the lib_stk with a new label to + * make vernac undoing easier. *) let raw_do_vernac po = vernac (States.with_heavy_rollback Vernacentries.interp) (po,None); |
