From: Kenichi Handa Date: Thu, 21 May 1998 01:47:11 +0000 (+0000) Subject: (command-line): Fixed a typo in comment. X-Git-Tag: emacs-20.3~915 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a041ba9753b4f0c1cbf41f0b72909c8058bcc73f;p=emacs.git (command-line): Fixed a typo in comment. --- diff --git a/lisp/startup.el b/lisp/startup.el index aa86b0828c0..c67fa8b6762 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -635,7 +635,7 @@ and any subdirectory that contains a file named `.nosearch'." (if site-run-file (load site-run-file t t)) - ;; Register avairable input methods by loading LEIM list file. + ;; Register available input methods by loading LEIM list file. (load "leim-list.el" 'noerror 'nomessage 'nosuffix) ;; Sites should not disable this. Only individuals should disable