summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-08-13 16:46:12 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-08-13 16:48:16 -0700
commitcf0ee6f49b4b0b03db2c3f9fe93e1a486472e831 (patch)
tree631842f1782636aeb0a1fbb82a667f1ea92c729b /src
parent16f4f266324077f5a50090bd1c8147c7cbe37e0e (diff)
downloademacs-cf0ee6f49b4b0b03db2c3f9fe93e1a486472e831.tar.gz
; spelling fixes
Diffstat (limited to 'src')
-rw-r--r--src/composite.c2
-rw-r--r--src/xdisp.c4
-rw-r--r--src/xfns.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/composite.c b/src/composite.c
index a5288cb8a25..bbb36dcbfa2 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -1263,7 +1263,7 @@ composition_reseat_it (struct composition_it *cmp_it, ptrdiff_t charpos,
is backward in the buffer, which can only happen if the
display routines were called to perform the bidi
reordering. But it doesn't harm to test for that, and
- avoid someon raising their brows and thinking it's a
+ avoid someone raising their brows and thinking it's a
subtle bug... */
if (bidi_level < 0)
direction = Qnil;
diff --git a/src/xdisp.c b/src/xdisp.c
index 37fe3800784..ad0ab9987d8 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -180,8 +180,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
present (non-empty) only if the corresponding display margin is
shown in the window. If the glyph array for a marginal area is not
present its beginning and end coincide, i.e. such arrays are
- actually empty (they contain no glyphs). Frame glyph matrics, used
- on text-mode terminals (see below) never have marginal areas, they
+ actually empty (they contain no glyphs). Frame glyph matrices, used
+ on text-mode terminals (see below) never have marginal areas; they
treat the entire frame-wide row of glyphs as a single large "text
area".
diff --git a/src/xfns.c b/src/xfns.c
index f9a00a6dafd..6f7c590ecee 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -8035,7 +8035,7 @@ If this equals the symbol 'resize-mode', Emacs uses GTK's resize mode to
always trigger an immediate resize of the child frame. This method is
deprecated by GTK and may not work in future versions of that toolkit.
It also may freeze Emacs when used with other desktop environments. It
-avoids, however, the unpleasent flicker induced by the hiding approach.
+avoids, however, the unpleasant flicker induced by the hiding approach.
This variable is considered a temporary workaround and will be hopefully
eliminated in future versions of Emacs. */);