]> code.delx.au - gnu-emacs/blobdiff - lisp/international/iso-swed.el
(byte-compile-inline-expand):
[gnu-emacs] / lisp / international / iso-swed.el
index a39c70c3706ff2902f32da599c4a198e6ecd0731..30ede7c30dea3966748e6cd0e7f67b62450051d3 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Howard Gayle
 ;; Maintainer: FSF
-;; Keywords: i14n
+;; Keywords: i18n
 
 ;; This file is part of GNU Emacs.
 
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
-;;; Code:
+;;; Commentary:
 
 ;; Written by Howard Gayle.  See case-table.el for details.
 
+;;; Code:
+
 ;; This code sets up to display ISO 8859/1 characters on
 ;; terminals that have ASCII in the G0 set and a Swedish/Finnish
 ;; version of ISO 646 in the G1 set.  The G1 set differs from
 (standard-display-ascii 254 "{th}")  ; small thorn, Icelandic
 (standard-display-ascii 255 "{\"y}") ; small y with diaeresis or umlaut mark
 
-(provide 'iso8859-1-swedish)
+(provide 'iso-swed)
 
 ;;; iso-swed.el ends here