From 3131a989118722d5ba7ff3f1aea7d9f30881ffe8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 26 Jan 2021 18:24:53 +0200 Subject: Fix typos and punctuation * src/w32fns.c: * src/frame.h: * doc/lispref/frames.texi (Frame Layout): * etc/NEWS: Fix typos and punctuation in recent changes. --- src/frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frame.h') diff --git a/src/frame.h b/src/frame.h index 4bd01243f66..9b0852c7b9c 100644 --- a/src/frame.h +++ b/src/frame.h @@ -534,7 +534,7 @@ struct frame /* Border width of the frame window as known by the (X) window system. */ int border_width; - /* Width of child frames' internal border. Acts as + /* Width of child frames' internal border. Acts as internal_border_width for child frames. */ int child_frame_border_width; @@ -1443,7 +1443,7 @@ FRAME_CHILD_FRAME_BORDER_WIDTH (struct frame *f) } /* Pixel-width of internal border. Uses child_frame_border_width for - child frames if possible and falls back on internal_border_width + child frames if possible, and falls back on internal_border_width otherwise. */ INLINE int FRAME_INTERNAL_BORDER_WIDTH (struct frame *f) -- cgit v1.2.3