summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/frame.h4
-rw-r--r--src/w32fns.c2
2 files changed, 3 insertions, 3 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)
diff --git a/src/w32fns.c b/src/w32fns.c
index 29d2e3d75f9..7519c752b68 100644
--- a/src/w32fns.c
+++ b/src/w32fns.c
@@ -1556,7 +1556,7 @@ w32_clear_under_internal_border (struct frame *f)
* w32_set_child_frame_border_width:
*
* Set width of child frame F's internal border to ARG pixels.
- * ARG < 0 is * treated like ARG = 0.
+ * ARG < 0 is treated like ARG = 0.
*/
static void
w32_set_child_frame_border_width (struct frame *f, Lisp_Object arg, Lisp_Object oldval)