emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ps-mule.el,v


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-mule.el,v
Date: Wed, 25 Jul 2007 13:28:00 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      07/07/25 13:27:59

Index: ps-mule.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ps-mule.el,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- ps-mule.el  24 Jul 2007 21:03:22 -0000      1.52
+++ ps-mule.el  25 Jul 2007 13:27:59 -0000      1.53
@@ -46,10 +46,10 @@
 ;;
 ;; Valid values for `ps-multibyte-buffer' are:
 ;;
-;;  nil                     This is the value to use the default settings which
-;;                         is by default for printing buffer with only ASCII
-;;                         and Latin characters.   The default setting can be
-;;                         changed by setting the variable
+;;  nil                            This is the value to use the default 
settings;
+;;                         by default, this only works to print buffers with
+;;                         only ASCII and Latin characters.   But this default
+;;                         setting can be changed by setting the variable
 ;;                         `ps-mule-font-info-database-default' differently.
 ;;                         The initial value of this variable is
 ;;                         `ps-mule-font-info-database-latin' (see
@@ -59,9 +59,9 @@
 ;;                         or korean PostScript printer and want to print
 ;;                         buffer with ASCII, Latin-1, Japanese (JISX0208 and
 ;;                         JISX0201-Kana) and Korean characters.  At present,
-;;                         it was not tested the Korean characters printing.
-;;                         If you have a korean PostScript printer, please,
-;;                         test it.
+;;                         it was not tested with the Korean characters
+;;                         printing.  If you have a korean PostScript printer,
+;;                         please, test it.
 ;;
 ;;  `bdf-font'              This is the value to use when you want to print
 ;;                         buffer with BDF fonts.  BDF fonts include both latin
@@ -75,7 +75,7 @@
 ;;                         `bdf-directory-list' appropriately (see ps-bdf.el
 ;;                         for documentation of this variable).
 ;;
-;;  `bdf-font-except-latin' This is like `bdf-font' except that it is used
+;;  `bdf-font-except-latin' This is like `bdf-font' except that it uses
 ;;                         PostScript default fonts to print ASCII and Latin-1
 ;;                         characters.  This is convenient when you want or
 ;;                         need to use both latin and non-latin characters on
@@ -167,7 +167,7 @@
 
 ;;;###autoload
 (defcustom ps-multibyte-buffer nil
-  "Specifies the multi-byte buffer handling.
+  "*Specifies the multi-byte buffer handling.
 
 Valid values are:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]