comparison lisp/international/latin1-disp.el @ 36016:bd020356c644

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 09 Feb 2001 19:07:16 +0000
parents 84a59a4308f6
children 385e4217573c
comparison
equal deleted inserted replaced
36015:bcfd3652b3c1 36016:bd020356c644
24 24
25 ;;; Commentary: 25 ;;; Commentary:
26 26
27 ;; This package sets up display of ISO 8859-n for n>1 by substituting 27 ;; This package sets up display of ISO 8859-n for n>1 by substituting
28 ;; Latin-1 characters and sequences of them for characters which can't 28 ;; Latin-1 characters and sequences of them for characters which can't
29 ;; be displayed, either beacuse we're on a tty or beacuse we don't 29 ;; be displayed, either because we're on a tty or because we don't
30 ;; have the relevant window system fonts available. For instance, 30 ;; have the relevant window system fonts available. For instance,
31 ;; Latin-9 is very similar to Latin-1, so we can display most Latin-9 31 ;; Latin-9 is very similar to Latin-1, so we can display most Latin-9
32 ;; characters using the Latin-1 characters at the same code point and 32 ;; characters using the Latin-1 characters at the same code point and
33 ;; fall back on more-or-less mnemonic ASCII sequences for the rest. 33 ;; fall back on more-or-less mnemonic ASCII sequences for the rest.
34 34