From: Richard M. Stallman Date: Tue, 12 May 1998 23:27:21 +0000 (+0000) Subject: (ispell-dictionary-alist-1): Doc fix. X-Git-Tag: emacs-20.3~1031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=313aaa0cc9bb5d124ce17525f73d3adcc87be658;p=emacs.git (ispell-dictionary-alist-1): Doc fix. (ispell-dictionary-alist-2): Doc fix. --- 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." "[']" 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 @@ for language-specific arguments." "[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