aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-12-29 18:52:49 -0800
committerPaul Eggert <[email protected]>2011-12-29 18:52:49 -0800
commit9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch)
tree74e717ced1fa94d505e3ace360f3c9280bd9b2fa /src
parent2cae5ba432fc30042950c073b7ec7807bb98bcde (diff)
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/bidi.c2
-rw-r--r--src/fns.c2
-rw-r--r--src/font.h2
-rw-r--r--src/process.c2
-rw-r--r--src/search.c2
-rw-r--r--src/w32term.c2
-rw-r--r--src/xdisp.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/bidi.c b/src/bidi.c
index e0337927ec..ea4405cbda 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -1132,7 +1132,7 @@ bidi_find_paragraph_start (EMACS_INT pos, EMACS_INT pos_byte)
Note that this function gives the paragraph separator the same
direction as the preceding paragraph, even though Emacs generally
- views the separartor as not belonging to any paragraph. */
+ views the separator as not belonging to any paragraph. */
void
bidi_paragraph_init (bidi_dir_t dir, struct bidi_it *bidi_it, int no_default_p)
{
diff --git a/src/fns.c b/src/fns.c
index 04b51d10d9..3154db62ec 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3254,7 +3254,7 @@ DEFUN ("base64-decode-string", Fbase64_decode_string, Sbase64_decode_string,
/* Base64-decode the data at FROM of LENGTH bytes into TO. If
MULTIBYTE is nonzero, the decoded result should be in multibyte
- form. If NCHARS_RETRUN is not NULL, store the number of produced
+ form. If NCHARS_RETURN is not NULL, store the number of produced
characters in *NCHARS_RETURN. */
static EMACS_INT
diff --git a/src/font.h b/src/font.h
index b6c1acf4a3..93c2026295 100644
--- a/src/font.h
+++ b/src/font.h
@@ -506,7 +506,7 @@ struct font_driver
Lisp_Object type;
/* 1 iff the font's foundry, family, and adstyle names are case
- sensitve. */
+ sensitive. */
int case_sensitive;
/* Return a cache of font-entities on frame F. The cache must be a
diff --git a/src/process.c b/src/process.c
index 4b0f90b58a..e4673d24a2 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3492,7 +3492,7 @@ usage: (make-network-process &rest ARGS) */)
|| (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
/* We dare not decode end-of-line format by setting VAL to
Qraw_text, because the existing Emacs Lisp libraries
- assume that they receive bare code including a sequene of
+ assume that they receive bare code including a sequence of
CR LF. */
val = Qnil;
else
diff --git a/src/search.c b/src/search.c
index 811ac74e19..2001477ed6 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1302,7 +1302,7 @@ search_buffer (Lisp_Object string, EMACS_INT pos, EMACS_INT pos_byte,
checking if we can use boyer-moore search. If TRT is
non-nil, we can use boyer-moore search only if TRT can be
represented by the byte array of 256 elements. For that,
- all non-ASCII case-equivalents of all case-senstive
+ all non-ASCII case-equivalents of all case-sensitive
characters in STRING must belong to the same charset and
row. */
diff --git a/src/w32term.c b/src/w32term.c
index 29ac9d119b..4788a8198f 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3388,7 +3388,7 @@ w32_set_scroll_bar_thumb (struct scroll_bar *bar,
if (whole)
{
/* Position scroll bar at rock bottom if the bottom of the
- buffer is visible. This avoids shinking the thumb away
+ buffer is visible. This avoids shrinking the thumb away
to nothing if it is held at the bottom of the buffer. */
if (position + portion >= whole && !draggingp)
{
diff --git a/src/xdisp.c b/src/xdisp.c
index 90375ba1a3..0ddf9555bc 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -13645,7 +13645,7 @@ set_cursor_from_row (struct window *w, struct glyph_row *row,
/* Non-zero means we've seen at least one glyph that came from a
display string. */
int string_seen = 0;
- /* Largest and smalles buffer positions seen so far during scan of
+ /* Largest and smallest buffer positions seen so far during scan of
glyph row. */
EMACS_INT bpos_max = pos_before;
EMACS_INT bpos_min = pos_after;