summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-04-02 10:41:10 +0000
committerGerd Moellmann <gerd@gnu.org>2001-04-02 10:41:10 +0000
commit934dd7263730694a7238b961e704cb709cc891a8 (patch)
treef3e6fcb59a370602004cc4d40853e19266e114df
parentacfb077d9dc52da7dcef2347375b744349b417a8 (diff)
downloademacs-934dd7263730694a7238b961e704cb709cc891a8.tar.gz
Fix typo in comment.
-rw-r--r--lisp/ps-mule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index efc9820253c..901ee180083 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -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)