]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 12 Dec 2009 17:11:41 +0000 (17:11 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 12 Dec 2009 17:11:41 +0000 (17:11 +0000)
src/ChangeLog

index 2b0b064a95660b31af97c59f4e0ff9567aa8c2a3..ee05443152fb884f76fc9e20e40ad52261994c7c 100644 (file)
@@ -2,7 +2,7 @@
 
        * xsettings.c (struct xsettings): Add member seen.
        (parse_xft_settings): Update member seen with what we have read.
-       Return 0 if Xft-settings have been parsed, 0 otherwise.
+       Return non-zero if Xft-settings have been parsed, 0 otherwise.
        (apply_xft_settings): Only update Xft settings with what member seen
        indicates as new.