aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-05-17 08:18:29 -0700
committerPaul Eggert2015-05-17 08:19:11 -0700
commit05e69458e7de94b936f128a4e3691e4bd699f475 (patch)
tree674b1625c726bc2a2d3d08f07cbef51758e572fa
parentc9c4708ed47b18987940a71b98eb9873150d2b95 (diff)
downloademacs-05e69458e7de94b936f128a4e3691e4bd699f475.tar.gz
emacs-05e69458e7de94b936f128a4e3691e4bd699f475.zip
Spelling fixes
-rw-r--r--lisp/textmodes/ispell.el2
-rw-r--r--src/xterm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index f67fae8bcfa..e48a70820eb 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1076,7 +1076,7 @@ of `ispell-dictionary-base-alist' elements."
1076 ispell-aspell-data-dir )) 1076 ispell-aspell-data-dir ))
1077 ;; Try xx.dat first, strip out variant, country code, etc, 1077 ;; Try xx.dat first, strip out variant, country code, etc,
1078 ;; then try xx_YY.dat (without stripping country code), 1078 ;; then try xx_YY.dat (without stripping country code),
1079 ;; then try xx-alt.dat, for deu-alt etc. 1079 ;; then try xx-alt.dat, for de-alt etc.
1080 (dolist (tmp-regexp (list "^[[:alpha:]]+" 1080 (dolist (tmp-regexp (list "^[[:alpha:]]+"
1081 "^[[:alpha:]_]+" 1081 "^[[:alpha:]_]+"
1082 "^[[:alpha:]]+-\\(alt\\|old\\)")) 1082 "^[[:alpha:]]+-\\(alt\\|old\\)"))
diff --git a/src/xterm.c b/src/xterm.c
index ad2bef9f1f9..94d6d57072d 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -11452,7 +11452,7 @@ static struct redisplay_interface x_redisplay_interface =
11452 x_draw_window_cursor, 11452 x_draw_window_cursor,
11453 x_draw_vertical_window_border, 11453 x_draw_vertical_window_border,
11454 x_draw_window_divider, 11454 x_draw_window_divider,
11455 x_shift_glyphs_for_insert, /* Never called, se comment in function. */ 11455 x_shift_glyphs_for_insert, /* Never called; see comment in function. */
11456 x_show_hourglass, 11456 x_show_hourglass,
11457 x_hide_hourglass 11457 x_hide_hourglass
11458 }; 11458 };