diff options
author | Kenichi Handa <handa@m17n.org> | 1998-05-21 01:47:11 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-05-21 01:47:11 +0000 |
commit | a041ba9753b4f0c1cbf41f0b72909c8058bcc73f (patch) | |
tree | 650f689b92a932aec3744f03547b024c5ec1ad1b /lisp/startup.el | |
parent | 6fb8f8bdc5ca35e71ba98a15bade91b781914507 (diff) | |
download | emacs-a041ba9753b4f0c1cbf41f0b72909c8058bcc73f.tar.gz |
(command-line): Fixed a typo in comment.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |