diff options
| author | Kenichi Handa | 1998-05-21 01:47:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-05-21 01:47:11 +0000 |
| commit | a041ba9753b4f0c1cbf41f0b72909c8058bcc73f (patch) | |
| tree | 650f689b92a932aec3744f03547b024c5ec1ad1b | |
| parent | 6fb8f8bdc5ca35e71ba98a15bade91b781914507 (diff) | |
| download | emacs-a041ba9753b4f0c1cbf41f0b72909c8058bcc73f.tar.gz emacs-a041ba9753b4f0c1cbf41f0b72909c8058bcc73f.zip | |
(command-line): Fixed a typo in comment.
| -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'." | |||
| 635 | (if site-run-file | 635 | (if site-run-file |
| 636 | (load site-run-file t t)) | 636 | (load site-run-file t t)) |
| 637 | 637 | ||
| 638 | ;; Register avairable input methods by loading LEIM list file. | 638 | ;; Register available input methods by loading LEIM list file. |
| 639 | (load "leim-list.el" 'noerror 'nomessage 'nosuffix) | 639 | (load "leim-list.el" 'noerror 'nomessage 'nosuffix) |
| 640 | 640 | ||
| 641 | ;; Sites should not disable this. Only individuals should disable | 641 | ;; Sites should not disable this. Only individuals should disable |