summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-02-13 09:03:55 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-02-13 09:20:08 -0800
commit0a6e5ccf8c9b87a63e25669b4540a564ab22a5a5 (patch)
treed5fb831835afb6cf5d5fb5ced63286e42cb0ac67 /alot/defaults
parent7a156e6ce62a2457e7082719e62cba0dd07aefb4 (diff)
alot.rc.spec: Fix typo in documentation
It currently lists "terminal_command" in relation to "editor_spawn" but the config option is actually "terminal_cmd".
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec2
1 files changed, 1 insertions, 1 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)