diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-01 14:33:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-01 14:33:13 -0800 |
commit | f224e5002292f7b9b9347147d4b5af913fed516a (patch) | |
tree | d48239f853e7eedcda8a8f86a044b2a8004fcd1d /src/frame.h | |
parent | 75b09539a4b4e62818d65cb0773587d8a2ac615f (diff) |
Spelling and punctuation fixes.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frame.h b/src/frame.h index 4a0ff461f6..8369cf6b17 100644 --- a/src/frame.h +++ b/src/frame.h @@ -254,7 +254,7 @@ struct frame int text_width, text_height; /* New text height and width for pending size change. 0 if no change - pending. These value represent pixels or canoncial character units + pending. These values represent pixels or canonical character units according to the value of new_pixelwise and correlate to the the text width/height of the frame. */ int new_width, new_height; @@ -1170,7 +1170,7 @@ extern Lisp_Object Vframe_list; - FRAME_INTERNAL_BORDER_WIDTH (f)))) /* Return the pixel width/height of frame F with a text size of - width/heigh. */ + width/height. */ #define FRAME_TEXT_TO_PIXEL_WIDTH(f, width) \ ((width) \ @@ -1182,7 +1182,7 @@ extern Lisp_Object Vframe_list; ((height) + 2 * FRAME_INTERNAL_BORDER_WIDTH (f)) /* Return the text width/height of frame F with a pixel size of - width/heigh. */ + width/height. */ #define FRAME_PIXEL_TO_TEXT_WIDTH(f, width) \ ((width) \ |