X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fbindings.c;h=3463f8315304957f9d823a9bba6a6b4e94d3b36b;hb=905bca3531c8774d2e34e35a285979bc33e46166;hp=16235a1e2bbe4a81449347a21044f198572a9999;hpb=954927ccc4ed916024569d980ad2f4458c80f5c4;p=i3%2Fi3 diff --git a/src/bindings.c b/src/bindings.c index 16235a1e..3463f831 100644 --- a/src/bindings.c +++ b/src/bindings.c @@ -643,8 +643,8 @@ void binding_free(Binding *bind) { /* * Runs the given binding and handles parse errors. If con is passed, it will * execute the command binding with that container selected by criteria. - * Returns a CommandResult for running the binding's command. Caller should - * render tree if needs_tree_render is true. Free with command_result_free(). + * Returns a CommandResult for running the binding's command. Free with + * command_result_free(). * */ CommandResult *run_binding(Binding *bind, Con *con) {