aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ps-mule.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3552763a8c..8c6ed8bf189 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12004-08-16 Kenichi Handa <handa@m17n.org>
2
3 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4
12004-08-15 Kenichi Handa <handa@m17n.org> 52004-08-15 Kenichi Handa <handa@m17n.org>
2 6
3 * term/x-win.el (x-selection-value): If utf8 was successful but 7 * term/x-win.el (x-selection-value): If utf8 was successful but
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index 1d13358f53d..4b41c41b69c 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -273,7 +273,7 @@ CHARSET is a charset (symbol) for this font family,
273 273
274FONT-TYPE is a font type: normal, bold, italic, or bold-italic. 274FONT-TYPE is a font type: normal, bold, italic, or bold-italic.
275 275
276FONT-SRC is a font source: builtin, ps-bdf, vflib, or nil. 276FONT-SRC is a font source: builtin, bdf, vflib, or nil.
277 277
278 If FONT-SRC is builtin, FONT-NAME is a built-in PostScript font name. 278 If FONT-SRC is builtin, FONT-NAME is a built-in PostScript font name.
279 279