diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-04-02 23:50:11 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2008-04-02 23:50:11 +0000 |
commit | 20525d8cdca8b09038a67520d7dba4b37027ae71 (patch) | |
tree | 43ced232a750d71201eb220db84b317a825085a7 /lisp/ps-bdf.el | |
parent | fa7056bcee65351a47e883094417092bb90b6fb3 (diff) | |
download | emacs-20525d8cdca8b09038a67520d7dba4b37027ae71.tar.gz emacs-20525d8cdca8b09038a67520d7dba4b37027ae71.tar.bz2 emacs-20525d8cdca8b09038a67520d7dba4b37027ae71.zip |
Fix comment typo.
Diffstat (limited to 'lisp/ps-bdf.el')
-rw-r--r-- | lisp/ps-bdf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 35ba405b8f9..9ec27c31a5a 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -243,7 +243,7 @@ CODE, where N and CODE are in the following relation: (setq size (string-to-number (match-string 1))) (search-forward "\nSIZE ") (setq size (read (current-buffer))) - ;; The following kludgy code is t avoid bugs of several + ;; The following kludgy code is to avoid bugs of several ;; fonts which have wrong SIZE record. (and (string-match "jiskan" bdfname) (<= size (/ (aref font-bounding-box 1) 3)) |