diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/haiku_support.cc | 2 | ||||
-rw-r--r-- | src/haikuterm.c | 2 | ||||
-rw-r--r-- | src/image.c | 2 | ||||
-rw-r--r-- | src/lread.c | 2 | ||||
-rw-r--r-- | src/pgtkfns.c | 4 | ||||
-rw-r--r-- | src/pgtkterm.c | 2 | ||||
-rw-r--r-- | src/pgtkterm.h | 2 | ||||
-rw-r--r-- | src/sort.c | 2 | ||||
-rw-r--r-- | src/w32term.c | 2 | ||||
-rw-r--r-- | src/xterm.c | 8 |
10 files changed, 14 insertions, 14 deletions
diff --git a/src/haiku_support.cc b/src/haiku_support.cc index ac2f4f39ea0..2143f14dc97 100644 --- a/src/haiku_support.cc +++ b/src/haiku_support.cc @@ -143,7 +143,7 @@ struct font_selection_dialog_message /* Whether or not font selection was cancelled. */ bool_bf cancel : 1; - /* Whether or not a size was explictly specified. */ + /* Whether or not a size was explicitly specified. */ bool_bf size_specified : 1; /* The index of the selected font family. */ diff --git a/src/haikuterm.c b/src/haikuterm.c index 57f5b052f6d..df0cd82a39e 100644 --- a/src/haikuterm.c +++ b/src/haikuterm.c @@ -3036,7 +3036,7 @@ haiku_flush_dirty_back_buffer_on (struct frame *f) haiku_flip_buffers (f); } -/* N.B. that support for TYPE must be explictly added to +/* N.B. that support for TYPE must be explicitly added to haiku_read_socket. */ void haiku_wait_for_event (struct frame *f, int type) diff --git a/src/image.c b/src/image.c index dfa53279927..18e9e72d83c 100644 --- a/src/image.c +++ b/src/image.c @@ -9108,7 +9108,7 @@ gif_load (struct frame *f, struct image *img) goto gif_error; } - /* It's an animated image, so initalize the cache. */ + /* It's an animated image, so initialize the cache. */ if (cache && !cache->handle) { cache->handle = gif; diff --git a/src/lread.c b/src/lread.c index 2538851bac6..409e97cdfa6 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3497,7 +3497,7 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list, bool locate_syms) /* Optimisation: since the placeholder is already a cons, repurpose it as the actual value. - This allows us to skip the substition below, + This allows us to skip the substitution below, since the placeholder is already referenced inside TEM at the appropriate places. */ Fsetcar (placeholder, XCAR (tem)); diff --git a/src/pgtkfns.c b/src/pgtkfns.c index a0fcf70f31b..1feb3fe250d 100644 --- a/src/pgtkfns.c +++ b/src/pgtkfns.c @@ -848,7 +848,7 @@ pgtk_set_scroll_bar_background (struct frame *f, Lisp_Object new_value, error ("Unknown color."); /* On pgtk, this frame parameter should be ignored, and honor - gtk theme. (It honors the GTK theme if not explictly set, so + gtk theme. (It honors the GTK theme if not explicitly set, so I see no harm in letting users tinker a bit more.) */ char css[64]; sprintf (css, "scrollbar trough { background-color: #%06x; }", @@ -2853,7 +2853,7 @@ x_create_tip_frame (struct pgtk_display_info *dpyinfo, Lisp_Object parms, struct Frame parameters may be changed if .Xdefaults contains specifications for the default font. For example, if there is an `Emacs.default.attributeBackground: pink', the `background-color' - attribute of the frame get's set, which let's the internal border + attribute of the frame gets set, which lets the internal border of the tooltip frame appear in pink. Prevent this. */ { Lisp_Object bg = Fframe_parameter (frame, Qbackground_color); diff --git a/src/pgtkterm.c b/src/pgtkterm.c index 11ab40a0d39..b9d0b7b512e 100644 --- a/src/pgtkterm.c +++ b/src/pgtkterm.c @@ -2551,7 +2551,7 @@ pgtk_draw_glyph_string (struct glyph_string *s) } /* Ignore minimum_offset if the amount of pixels was - explictly specified. */ + explicitly specified. */ if (!s->face->underline_pixels_above_descent_line) position = max (position, underline_minimum_offset); } diff --git a/src/pgtkterm.h b/src/pgtkterm.h index 20c161e63b9..e31e62ae193 100644 --- a/src/pgtkterm.h +++ b/src/pgtkterm.h @@ -96,7 +96,7 @@ struct scroll_bar editing large files, we establish a minimum height by always drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below where they would be normally; the bottom and top are in a - different co-ordinate system. */ + different coordinate system. */ int start, end; /* If the scroll bar handle is currently being dragged by the user, diff --git a/src/sort.c b/src/sort.c index c7ccfc23055..d10ae692d33 100644 --- a/src/sort.c +++ b/src/sort.c @@ -783,7 +783,7 @@ merge_at (merge_state *ms, const ptrdiff_t i) } -/* Compute the "power" of the first of two adjacent runs begining at +/* Compute the "power" of the first of two adjacent runs beginning at index S1, with the first having length N1 and the second (starting at index S1+N1) having length N2. The run has total length N. */ diff --git a/src/w32term.c b/src/w32term.c index 19786da3a6d..da7ac379723 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -2720,7 +2720,7 @@ w32_draw_glyph_string (struct glyph_string *s) if (!(s->face->underline_at_descent_line_p /* Ignore minimum_offset if the amount of pixels - was explictly specified. */ + was explicitly specified. */ && s->face->underline_pixels_above_descent_line)) position = max (position, minimum_offset); } diff --git a/src/xterm.c b/src/xterm.c index bb92e1bbe66..21c31271ca5 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -78,7 +78,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ INPUT FOCUS Under X, the window where keyboard input is sent is not always - explictly defined. When there is a focus window, it receives what + explicitly defined. When there is a focus window, it receives what is referred to as "explicit focus", but when there is none, it receives "implicit focus" whenever the pointer enters it, and loses that focus when the pointer leaves. When the toplevel window of a @@ -2515,7 +2515,7 @@ x_dnd_compute_toplevels (struct x_display_info *dpyinfo) } /* And the common case where there is no input rect and the - bouding rect equals the window dimensions. */ + bounding rect equals the window dimensions. */ if (tem->n_input_rects == -1 && tem->n_bounding_rects == 1 @@ -8781,7 +8781,7 @@ x_draw_glyph_string (struct glyph_string *s) } /* Ignore minimum_offset if the amount of pixels was - explictly specified. */ + explicitly specified. */ if (!s->face->underline_pixels_above_descent_line) position = max (position, minimum_offset); } @@ -19973,7 +19973,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, } /* And the common case where there is no input rect and the - bouding rect equals the window dimensions. */ + bounding rect equals the window dimensions. */ if (tem->n_input_rects == -1 && tem->n_bounding_rects == 1 |