@@ -536,7 +536,7 @@ ch_evalraw({handle}, {string} [, {options}]) *ch_evalraw()*
536536 GetChannel()->ch_evalraw(rawstring)
537537
538538 ch_getbufnr({handle} , {what} ) *ch_getbufnr()*
539- Get the buffer number that {handle} is using for {what} .
539+ Get the buffer number that {handle} is using for String {what} .
540540 {handle} can be a Channel or a Job that has a Channel.
541541 {what} can be "err" for stderr, "out" for stdout or empty for
542542 socket output.
@@ -586,8 +586,8 @@ ch_info({handle}) *ch_info()*
586586
587587
588588 ch_log({msg} [, {handle} ]) *ch_log()*
589- Write {msg} in the channel log file, if it was opened with
590- | ch_logfile() | .
589+ Write String {msg} in the channel log file, if it was opened
590+ with | ch_logfile() | .
591591 When {handle} is passed the channel number is used for the
592592 message.
593593 {handle} can be a Channel or a Job that has a Channel. The
@@ -625,7 +625,7 @@ ch_open({address} [, {options}]) *ch_open()*
625625 Open a channel to {address} . See | channel | .
626626 Returns a Channel. Use | ch_status() | to check for failure.
627627
628- {address} has the form "hostname:port", e.g.,
628+ {address} is a String and has the form "hostname:port", e.g.,
629629 "localhost:8765".
630630
631631 When using an IPv6 address, enclose it within square brackets.
0 commit comments