summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-01-26 18:24:53 +0200
committerEli Zaretskii <eliz@gnu.org>2021-01-26 18:24:53 +0200
commit3131a989118722d5ba7ff3f1aea7d9f30881ffe8 (patch)
tree42c460d7d9a8c5dc4114a69bd38db442eea2e7ed /src/frame.h
parent3c314f3dd23257d574644563665ade9497d86b70 (diff)
downloademacs-3131a989118722d5ba7ff3f1aea7d9f30881ffe8.tar.gz
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.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h4
1 files changed, 2 insertions, 2 deletions
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)