diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-01-26 18:24:53 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-01-26 18:24:53 +0200 |
commit | 3131a989118722d5ba7ff3f1aea7d9f30881ffe8 (patch) | |
tree | 42c460d7d9a8c5dc4114a69bd38db442eea2e7ed /src/frame.h | |
parent | 3c314f3dd23257d574644563665ade9497d86b70 (diff) | |
download | emacs-3131a989118722d5ba7ff3f1aea7d9f30881ffe8.tar.gz emacs-3131a989118722d5ba7ff3f1aea7d9f30881ffe8.tar.bz2 emacs-3131a989118722d5ba7ff3f1aea7d9f30881ffe8.zip |
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.h | 4 |
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) |