]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 May 2015 15:18:29 +0000 (08:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 May 2015 15:19:11 +0000 (08:19 -0700)
lisp/textmodes/ispell.el
src/xterm.c

index f67fae8bcfad84b69532a211d5bdb24f987db061..e48a70820ebb40b84b20ca1fca5c477774c1fc77 100644 (file)
@@ -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\\)"))
index ad2bef9f1f91722d4966fecee2c8ac6be1d5638a..94d6d57072dc92ef4d7ee1ab14a6ad491eee1550 100644 (file)
@@ -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
   };