X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=doc%2FHACKING;h=c34ec439cb299ff7329aa9c469a62cbebd5a5d1c;hp=f64945b534f9e7e7a923e34835262c6260b2bb5b;hb=c125c943e0dc0b5842aedccfefd40fa6aa96b408;hpb=2de7a1f01278126848a213be9cf33c4f109c85a1;ds=inline diff --git a/doc/HACKING b/doc/HACKING index f64945b..c34ec43 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -164,7 +164,7 @@ needed to distinguish process object of each connection by its name. It can be known by: -(1) checking the value of riece-overrinding-server-name, +(1) checking the value of riece-overriding-server-name, (2) checking the value of riece-server-name, (If the variable riece-server-name is local to the current buffer, @@ -306,7 +306,7 @@ riece-connect-signal. the fourth argument of riece-connect-signal. If the third argument filter-function is specified, the - slot-function is called conditionaly. The filter-function gets the + slot-function is called conditionally. The filter-function gets the signal object and returns nil or t. If the return value is nil, the slot-function is not called.