# HG changeset patch # User Gerd Moellmann # Date 986208070 0 # Node ID 77ab644da66c7f95230a6a2a8076aaad4f5a72ee # Parent e4f86c393e4a81265a0c2725d888c0f1e04e85c0 Fix typo in comment. diff -r e4f86c393e4a -r 77ab644da66c lisp/ps-mule.el --- a/lisp/ps-mule.el Mon Apr 02 10:39:33 2001 +0000 +++ b/lisp/ps-mule.el Mon Apr 02 10:41:10 2001 +0000 @@ -1136,7 +1136,7 @@ (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)