From 03391b4f7a01162867e2624cde907cf1a0212878 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Sep 2021 09:05:42 +0530 Subject: [PATCH] Improve docs a little --- kitty/options/definition.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 49ed618a3..07012325d 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -684,8 +684,9 @@ opt('command_on_bell', 'none', opt('bell_path', 'none', option_type='config_or_absolute_path', ctype='!bell_path', - long_text='Path to a sound file to play as the bell sound. Must be in a format supported by the' - ' operating systems sound API, such as WAV or OGA on Linux (libcanberra) or AIFF, MP3 or WAV on macOS (NSSound)' + long_text='Path to a sound file to play as the bell sound. If set to :code:`none`, the system default bell sound is used.' + ' Must be in a format supported by the operating systems sound API, such as WAV or OGA on Linux (libcanberra)' + ' or AIFF, MP3 or WAV on macOS (NSSound)' ) egr() # }}}