From 71e866c066f719daf7e96a32113a482be269c534 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 15 Nov 2014 11:25:16 +0200 Subject: [PATCH] src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment. Reported by Kelly Dean . --- src/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.h b/src/window.h index b9c2b1f5ba8..4c76f0b7df9 100644 --- a/src/window.h +++ b/src/window.h @@ -468,7 +468,7 @@ wset_next_buffers (struct window *w, Lisp_Object val) #define WINDOW_FRAME_COLUMN_WIDTH(W) \ (FRAME_COLUMN_WIDTH (WINDOW_XFRAME ((W)))) -/* Return the canonical column width of the frame of window W. */ +/* Return the canonical line height of the frame of window W. */ #define WINDOW_FRAME_LINE_HEIGHT(W) \ (FRAME_LINE_HEIGHT (WINDOW_XFRAME ((W)))) -- 2.39.5