]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in comment.
authorGerd Moellmann <gerd@gnu.org>
Mon, 2 Apr 2001 10:41:10 +0000 (10:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 2 Apr 2001 10:41:10 +0000 (10:41 +0000)
lisp/ps-mule.el

index efc9820253cb873335e1818a44f9b4f22e5ffb7b..901ee180083294420a317192e44f8d3fcaf91927 100644 (file)
@@ -1136,7 +1136,7 @@ the sequence."
   (string-as-unibyte (encode-coding-string str 'iso-latin-1)))
 
 ;; Encode STR for a font specified by FONT-SPEC and return the result.
-;; If necessary, it's generated the Postscript code for the font and glyphs to
+;; If necessary, it generates the PostScript code for the font and glyphs to
 ;; print STR.  If optional 4th arg HEADER-P is non-nil, it is assumed that STR
 ;; is for headers.
 (defun ps-mule-string-encoding (font-spec str &optional no-setfont header-p)