aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/changelog/10-standard-library/10651-new-lemmas-for-lists.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changelog/10-standard-library/10651-new-lemmas-for-lists.rst b/doc/changelog/10-standard-library/10651-new-lemmas-for-lists.rst
index 9850a96e1e..f68b2aaaa2 100644
--- a/doc/changelog/10-standard-library/10651-new-lemmas-for-lists.rst
+++ b/doc/changelog/10-standard-library/10651-new-lemmas-for-lists.rst
@@ -1,4 +1,4 @@
-- New lemmas on combine, filter, and nodup functions on lists. The lemma
- filter_app was moved to the List module.
+- New lemmas on :g:`combine`, :g:`filter`, and :g:`nodup` functions on lists. The lemma
+ :g:`filter_app` was moved to the :g:`List` module.
See `#10651 <https://github.com/coq/coq/pull/10651>`_, by Oliver Nash.