From f30cd317b0cc0c193e086cd1b7001825d9891647 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 3 Jun 2015 22:10:37 +0100 Subject: [PATCH] Describe facedesc in :face docstring --- src/commands.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index e496124a..e1aad46d 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1477,7 +1477,13 @@ static Completions complete_face(const Context&, CompletionFlags flags, const CommandDesc face_cmd = { "face", nullptr, - "face : set face to refer to \n", + "face : set face to refer to \n" + "\n" + "facespec format is [,][+]\n" + "colors are either a color name, or rgb:###### values.\n" + "attributes is a combination of:\n" + " u: underline, r: reverse, b: bold, B: blink, d: dim\n" + "facespec can as well just be the name of another face" , ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2}, CommandFlags::None, CommandHelper{},