emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fi


From: Eli Zaretskii
Subject: [Emacs-diffs] [emacs] 01/01: src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.
Date: Sat, 15 Nov 2014 09:26:38 +0000

eliz pushed a commit to branch emacs-24
in repository emacs.

commit 71e866c066f719daf7e96a32113a482be269c534
Author: Eli Zaretskii <address@hidden>
Date:   Sat Nov 15 11:25:16 2014 +0200

    src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.
    
     Reported by Kelly Dean <address@hidden>.
---
 src/window.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/window.h b/src/window.h
index b9c2b1f..4c76f0b 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]