Mercurial > emacs
changeset 22046:ef9773bd8593
(ispell-dictionary-alist-1): Doc fix.
(ispell-dictionary-alist-2): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 May 1998 23:27:21 +0000 |
parents | 2c21cfc02a7f |
children | 678a1ed22116 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Tue May 12 23:26:17 1998 +0000 +++ b/lisp/textmodes/ispell.el Tue May 12 23:27:21 1998 +0000 @@ -406,7 +406,7 @@ "[']" t ("-C" "-d" "deutsch") "~latin1" iso-latin-1) ("english" ; make English explicitly selectable "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil nil)) - "First half of dictionary, shorteded for loaddefs.el") + "First half of dictionary, shortened for loaddefs.el") ;;;###autoload (defvar ispell-dictionary-alist-2 @@ -450,7 +450,7 @@ "[A-Za-z\345\344\366\305\304\366]" "[^A-Za-z\345\344\366\305\304\366]" "[']" nil ("-C" "-d" "svenska") "~list" ; Add `"-T" "list"' instead? iso-latin-1)) - "Second half of dictionary, shorteded for loaddefs.el") + "Second half of dictionary, shortened for loaddefs.el") ;;; The preparation of the menu bar menu must be autoloaded ;;; because otherwise this file gets autoloaded every time Emacs starts