From 05e69458e7de94b936f128a4e3691e4bd699f475 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 17 May 2015 08:18:29 -0700 Subject: [PATCH] Spelling fixes --- lisp/textmodes/ispell.el | 2 +- src/xterm.c | 2 +- 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." ispell-aspell-data-dir )) ;; Try xx.dat first, strip out variant, country code, etc, ;; then try xx_YY.dat (without stripping country code), - ;; then try xx-alt.dat, for deu-alt etc. + ;; then try xx-alt.dat, for de-alt etc. (dolist (tmp-regexp (list "^[[:alpha:]]+" "^[[:alpha:]_]+" "^[[: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 = x_draw_window_cursor, x_draw_vertical_window_border, x_draw_window_divider, - x_shift_glyphs_for_insert, /* Never called, se comment in function. */ + x_shift_glyphs_for_insert, /* Never called; see comment in function. */ x_show_hourglass, x_hide_hourglass }; -- 2.11.4.GIT