Commit 21eb64ebeb45928f7df1305c58fd567a4068f302

Alexei Podtelezhnikov 2016-01-14T00:05:53

* include/freetype/ftlcdfil.h: Documentation tweak.

diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index f55d608..4a3dad7 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -248,10 +248,10 @@ FT_BEGIN_HEADER
    *   FT_Library_SetLcdFilterWeights
    *
    * @description:
-   *   Use this function to override the filter weights selected by
-   *   @FT_Library_SetLcdFilter.  By default, FreeType uses the quintuple
-   *   (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT, and (0x08,
-   *   0x4D, 0x56, 0x4D, 0x08) for FT_LCD_FILTER_DEFAULT.
+   *   Use this function to override default or light filter weights
+   *   selected by @FT_Library_SetLcdFilter.  By default, FreeType uses
+   *   the quintuple (0x00, 0x55, 0x56, 0x55, 0x00) for FT_LCD_FILTER_LIGHT,
+   *   and (0x08, 0x4D, 0x56, 0x4D, 0x08) for FT_LCD_FILTER_DEFAULT.
    *
    * @input:
    *   library ::
@@ -272,7 +272,7 @@ FT_BEGIN_HEADER
    *   default builds of FreeType.
    *
    *   This function must be called after @FT_Library_SetLcdFilter to have
-   *   any effect.
+   *   any effect on default or light filter.
    *
    * @since:
    *   2.4.0