Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6fb87e51
Commit
6fb87e51
authored
Jul 25, 2007
by
Vinicius Jose Latorre
Browse files
Doc/docstring fix
parent
3e8e9c6a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
15 deletions
+22
-15
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/ps-mule.el
lisp/ps-mule.el
+11
-11
lisp/ps-print.el
lisp/ps-print.el
+4
-4
No files found.
lisp/ChangeLog
View file @
6fb87e51
2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el (ps-multibyte-buffer): Docstring fix.
* ps-mule.el: Doc fix.
(ps-multibyte-buffer): Docstring fix.
2007-07-25 Glenn Morris <rgm@gnu.org>
* calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
...
...
lisp/ps-mule.el
View file @
6fb87e51
...
...
@@ -46,24 +46,24 @@
;;
;; Valid values for `ps-multibyte-buffer' are:
;;
;; nil
This is the value to use the default settings
which
;;
is
by default
for
print
ing
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 buffer
s
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
;; documentation).
;;
;; `non-latin-printer'
This is the value to use when you have a japanese
;; `non-latin-printer'
This is the value to use when you have a japanese
;; 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
;; `bdf-font'
This is the value to use when you want to print
;; buffer with BDF fonts. BDF fonts include both latin
;; and non-latin fonts. BDF (Bitmap Distribution
;; Format) is a format used for distributing X's font
...
...
@@ -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
use
d
;; `bdf-font-except-latin' This is like `bdf-font' except that it use
s
;; 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:
...
...
lisp/ps-print.el
View file @
6fb87e51
...
...
@@ -7044,7 +7044,7 @@ If FACE is not a valid face name, use default face."
;;; Generated autoloads from ps-mule.el
(
defvar
ps-multibyte-buffer
nil
"\
Specifies
the
multi-byte
buffer
handling.
*
Specifies
the
multi-byte
buffer
handling.
Valid
values
are:
...
...
@@ -7061,9 +7061,9 @@ Valid values are:
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
with
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment