]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/w32dwrite.c (Fw32_dwrite_reinit): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Oct 2024 11:47:43 +0000 (14:47 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Oct 2024 16:45:24 +0000 (18:45 +0200)
(cherry picked from commit 3d508157e03597b00c46c82d42a60742c01a0250)

src/w32dwrite.c

index 1f5eba19a40aff3615a8811d7b6072c0fad0786d..1ca965fe374feff77dd7a6f2c21f329f8a5ed6e1 100644 (file)
@@ -1060,9 +1060,10 @@ value.
 
 Return value is nil.
 
-ENHANCED_CONTRAST is in the range [0.0, 1.0], and defaults to 0.0.
-CLEAR_TYPE_LEVEL is in the range [0.0, 1.0], and defaults to 0.0.
-GAMMA is in the range (0.0, 256.0], and defaults to 2.2.  */)
+ENHANCED_CONTRAST is in the range [0.0, 1.0], and defaults to 0.5.
+CLEAR_TYPE_LEVEL is in the range [0.0, 1.0], and defaults to 1.0.
+GAMMA is in the range (0.0, 256.0], and defaults to a system-dependent value
+      around 2.0 (sometimes 1.8, sometimes 2.2).  */)
   (Lisp_Object enhanced_contrast, Lisp_Object clear_type_level,
    Lisp_Object gamma)
 {