]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ChangeLog entry.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 20 Mar 2013 09:59:07 +0000 (13:59 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 20 Mar 2013 09:59:07 +0000 (13:59 +0400)
src/ChangeLog

index 01fa73d8273ecdc9b96a4f4e7e0cc4ee156fc84f..03127c62539e9118e905de6c7d311fc00f57bfd0 100644 (file)
@@ -2,7 +2,7 @@
 
        * frame.h (struct frame): Drop resx and resy because the same data is
        available from window system-specific output context.  Adjust users.
-       (default_pixesls_per_inch_x, default_pixesls_per_inch_y): New
+       (default_pixels_per_inch_x, default_pixels_per_inch_y): New
        functions to provide defaults when no window system available.
        (FRAME_RES_X, FRAME_RES_Y): New macros.
        (NUMVAL): Moved from xdisp.c.