From 8c63e26335706ff938c425c8ec7efb82635b1d69 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 5 Dec 2014 21:35:35 +0100 Subject: Add documentation for /set_default and fix minor typing mistakes too --- src/core/core.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/core/core.py') diff --git a/src/core/core.py b/src/core/core.py index 65d8622c..54d48aa4 100644 --- a/src/core/core.py +++ b/src/core/core.py @@ -1767,7 +1767,7 @@ class Core(object): desc=_("Set the value of an option in your configuration file." " You can, for example, change your default nickname by " "doing `/set default_nick toto` or your resource with `/set" - "resource blabla`. You can also set options in specific " + " resource blabla`. You can also set options in specific " "sections with `/set bindings M-i ^i` or in specific plugin" " with `/set mpd_client| host 127.0.0.1`. `toggle` can be " "used as a special value to toggle a boolean option."), @@ -1775,9 +1775,9 @@ class Core(object): completion=self.completion_set) self.register_command('set_default', self.command_set_default, usage=_("[section]