summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-19 23:48:14 +0200
committermathieui <mathieui@mathieui.net>2014-10-19 23:48:14 +0200
commit55e6b9c4be2d38f07847f5f412ef3ce586df552e (patch)
treece88383dc8b138b63960bed1df076e9dedfc00b6
parenta9f642f7438fe4489cdb9cc5ac59c929054656c8 (diff)
downloadpoezio-55e6b9c4be2d38f07847f5f412ef3ce586df552e.tar.gz
poezio-55e6b9c4be2d38f07847f5f412ef3ce586df552e.tar.bz2
poezio-55e6b9c4be2d38f07847f5f412ef3ce586df552e.tar.xz
poezio-55e6b9c4be2d38f07847f5f412ef3ce586df552e.zip
Document the group_corrections option
-rw-r--r--doc/source/configuration.rst8
-rw-r--r--doc/source/misc/correct.rst2
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst
index 44fd8e11..d0ff5bbe 100644
--- a/doc/source/configuration.rst
+++ b/doc/source/configuration.rst
@@ -316,6 +316,14 @@ to understand what is :ref:`carbons <carbons-details>` or
If this is set to ``false``, you will no longer be subscribed to tune events,
and the :term:`display_tune_notifications` option will be ignored.
+ group_corrections
+
+ **Default value:** ``true``
+
+ Enable a message to “correct” (replace) another message in the display if the
+ sender intended it as such. See :ref:`Message Correction <correct-feature>` for
+ more information.
+
use_bookmark_method
**Default value:** ``[empty]``
diff --git a/doc/source/misc/correct.rst b/doc/source/misc/correct.rst
index 61100634..fda4abcb 100644
--- a/doc/source/misc/correct.rst
+++ b/doc/source/misc/correct.rst
@@ -1,3 +1,5 @@
+.. _correct-feature:
+
Message Correction
==================