diff options
| author | Jason Gross | 2019-11-27 17:14:51 -0500 |
|---|---|---|
| committer | Jason Gross | 2019-12-06 16:06:35 -0500 |
| commit | 1522090b4cd7a8b7c7e83e316c79bc8c06ab62e9 (patch) | |
| tree | 33ba48a5ebf76a0c248beb4f4dfd42dc0054d299 /doc | |
| parent | 28c4f57e0614523879201d1c59816cde188e5b22 (diff) | |
Make the string argument of `time` print correctly
Fixes #10971
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/04-tactics/11203-fix-time-printing.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/11203-fix-time-printing.rst b/doc/changelog/04-tactics/11203-fix-time-printing.rst new file mode 100644 index 0000000000..cdfd2b228e --- /dev/null +++ b/doc/changelog/04-tactics/11203-fix-time-printing.rst @@ -0,0 +1,4 @@ +- The optional string argument to :tacn:`time` is now properly quoted + under :cmd:`Print Ltac` (`#11203 + <https://github.com/coq/coq/pull/11203>`_, fixes `#10971 + <https://github.com/coq/coq/issues/10971>`_, by Jason Gross) |
