diff options
| -rw-r--r-- | lisp/textmodes/ispell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 070f3475945..f2f0f8441a7 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -406,7 +406,7 @@ for language-specific arguments." | |||
| 406 | "[']" t ("-C" "-d" "deutsch") "~latin1" iso-latin-1) | 406 | "[']" t ("-C" "-d" "deutsch") "~latin1" iso-latin-1) |
| 407 | ("english" ; make English explicitly selectable | 407 | ("english" ; make English explicitly selectable |
| 408 | "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil nil)) | 408 | "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil nil)) |
| 409 | "First half of dictionary, shorteded for loaddefs.el") | 409 | "First half of dictionary, shortened for loaddefs.el") |
| 410 | 410 | ||
| 411 | ;;;###autoload | 411 | ;;;###autoload |
| 412 | (defvar ispell-dictionary-alist-2 | 412 | (defvar ispell-dictionary-alist-2 |
| @@ -450,7 +450,7 @@ for language-specific arguments." | |||
| 450 | "[A-Za-z\345\344\366\305\304\366]" "[^A-Za-z\345\344\366\305\304\366]" | 450 | "[A-Za-z\345\344\366\305\304\366]" "[^A-Za-z\345\344\366\305\304\366]" |
| 451 | "[']" nil ("-C" "-d" "svenska") "~list" ; Add `"-T" "list"' instead? | 451 | "[']" nil ("-C" "-d" "svenska") "~list" ; Add `"-T" "list"' instead? |
| 452 | iso-latin-1)) | 452 | iso-latin-1)) |
| 453 | "Second half of dictionary, shorteded for loaddefs.el") | 453 | "Second half of dictionary, shortened for loaddefs.el") |
| 454 | 454 | ||
| 455 | ;;; The preparation of the menu bar menu must be autoloaded | 455 | ;;; The preparation of the menu bar menu must be autoloaded |
| 456 | ;;; because otherwise this file gets autoloaded every time Emacs starts | 456 | ;;; because otherwise this file gets autoloaded every time Emacs starts |