--- cvsroot/libecb/ecb.pod 2015/11/21 18:09:37 1.72 +++ cvsroot/libecb/ecb.pod 2016/04/24 19:49:20 1.73 @@ -250,9 +250,9 @@ =item ecb_inline -Expands either to C or to just C, if inline -isn't supported. It should be used to declare functions that should be -inlined, for code size or speed reasons. +Expands either to (a compiler-specific equivalent of) C or +to just C, if inline isn't supported. It should be used to declare +functions that should be inlined, for code size or speed reasons. Example: inline this function, it surely will reduce codesize.