# HG changeset patch # User Vinicius Jose Latorre # Date 1185374385 0 # Node ID fb40f60f0ab36ac272aa266fcc18dbd2a3e3ec52 # Parent d06c8006b89b76ea6839fd850183bfc465564779 Docstring fix diff -r d06c8006b89b -r fb40f60f0ab3 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 25 13:29:50 2007 +0000 +++ b/lisp/ChangeLog Wed Jul 25 14:39:45 2007 +0000 @@ -3,7 +3,8 @@ * ps-print.el (ps-multibyte-buffer): Docstring fix. * ps-mule.el: Doc fix. - (ps-multibyte-buffer): Docstring fix. + (ps-multibyte-buffer, ps-mule-font-info-database-default) + (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix. 2007-07-25 Glenn Morris diff -r d06c8006b89b -r fb40f60f0ab3 lisp/ps-mule.el --- a/lisp/ps-mule.el Wed Jul 25 13:29:50 2007 +0000 +++ b/lisp/ps-mule.el Wed Jul 25 14:39:45 2007 +0000 @@ -261,7 +261,7 @@ (defcustom ps-mule-font-info-database-default ps-mule-font-info-database-latin - "The default setting to use when `ps-multibyte-buffer' is nil." + "*The default setting to use when `ps-multibyte-buffer' is nil." :type '(symbol :tag "Multi-Byte Buffer Database Font Default") :group 'ps-print-font) @@ -520,16 +520,17 @@ (defconst ps-mule-external-libraries '((builtin nil nil nil nil nil) - (bdf ps-bdf nil - bdf-generate-prologue bdf-generate-font bdf-generate-glyphs) - (pcf nil nil - pcf-generate-prologue pcf-generate-font pcf-generate-glyphs) - (vflib nil nil - vflib-generate-prologue vflib-generate-font vflib-generate-glyphs)) - "Alist of information of external libraries to support PostScript printing. + (bdf ps-bdf nil + bdf-generate-prologue bdf-generate-font bdf-generate-glyphs) + (pcf nil nil + pcf-generate-prologue pcf-generate-font pcf-generate-glyphs) + (vflib nil nil + vflib-generate-prologue vflib-generate-font vflib-generate-glyphs)) + "Alist of external libraries information to support PostScript printing. Each element has the form: - (FONT-SRC FEATURE INITIALIZED-P PROLOGUE-FUNC FONT-FUNC GLYPHS-FUNC) + (FONT-SRC FEATURE INITIALIZED-P + PROLOGUE-FUNC FONT-FUNC GLYPHS-FUNC) FONT-SRC is the font source: builtin, bdf, pcf, or vflib. @@ -543,8 +544,8 @@ PostScript procedures that will be called by FONT-FUNC and GLYPHS-FUNC. It is called with no argument, and should return a list of strings. -FONT-FUNC is a function to generate PostScript code which define a new font. It -is called with one argument FONT-SPEC, and should return a list of strings. +FONT-FUNC is a function to generate PostScript code which define a new font. +It is called with one argument FONT-SPEC, and should return a list of strings. GLYPHS-FUNC is a function to generate PostScript code which define glyphs of characters. It is called with three arguments FONT-SPEC, CODE-LIST, and BYTES, @@ -1458,7 +1459,7 @@ ;;;###autoload (defun ps-mule-begin-job (from to) "Start printing job for multi-byte chars between FROM and TO. -This checks if all multi-byte characters in the region are printable or not." +It checks if all multi-byte characters in the region are printable or not." (setq ps-mule-charset-list nil ps-mule-header-charsets nil ps-mule-font-info-database