summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/defaults/alot.rc.spec2
-rw-r--r--docs/source/configuration/alotrc_table2
2 files changed, 2 insertions, 2 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index ae06890e..3b5d975b 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -80,7 +80,7 @@ editor_cmd = string(default=None)
# file encoding used by your editor
editor_writes_encoding = string(default='UTF-8')
-# use terminal_command to spawn a new terminal for the editor?
+# use :ref:`terminal_cmd <terminal-cmd>` to spawn a new terminal for the editor?
# equivalent to always providing the `--spawn=yes` parameter to compose/edit commands
editor_spawn = boolean(default=False)
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index a51079d9..855c3f6a 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -192,7 +192,7 @@
.. describe:: editor_spawn
- use terminal_command to spawn a new terminal for the editor?
+ use :ref:`terminal_cmd <terminal-cmd>` to spawn a new terminal for the editor?
equivalent to always providing the `--spawn=yes` parameter to compose/edit commands
:type: boolean