diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/language/english.el | |
parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/language/english.el')
-rw-r--r-- | lisp/language/english.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/english.el b/lisp/language/english.el index bba7e20b94d..cbfd206c204 100644 --- a/lisp/language/english.el +++ b/lisp/language/english.el @@ -1,4 +1,4 @@ -;;; english.el --- English support +;;; english.el --- support for English ;; Copyright (C) 1997 Electrotechnical Laboratory, JAPAN. ;; Licensed to the Free Software Foundation. @@ -28,7 +28,7 @@ ;; English as a language environment is one of the ways to reset ;; various multilingual environment to the original settting. -;;; Code +;;; Code: (set-language-info-alist "English" '((tutorial . "TUTORIAL") |