diff options
| author | Vinicius Jose Latorre | 2007-07-25 13:27:59 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2007-07-25 13:27:59 +0000 |
| commit | 6fb87e513c66805b11cf0ba895acb4bd4d3ace32 (patch) | |
| tree | 303283016bf48493aa854edfe4de84c585acc6a5 | |
| parent | 3e8e9c6a4aa1edb57158162da4f6241fa92890ab (diff) | |
| download | emacs-6fb87e513c66805b11cf0ba895acb4bd4d3ace32.tar.gz emacs-6fb87e513c66805b11cf0ba895acb4bd4d3ace32.zip | |
Doc/docstring fix
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ps-mule.el | 22 | ||||
| -rw-r--r-- | lisp/ps-print.el | 8 |
3 files changed, 22 insertions, 15 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bff3822f6a2..ad389adcb18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * ps-print.el (ps-multibyte-buffer): Docstring fix. | ||
| 4 | |||
| 5 | * ps-mule.el: Doc fix. | ||
| 6 | (ps-multibyte-buffer): Docstring fix. | ||
| 7 | |||
| 1 | 2007-07-25 Glenn Morris <rgm@gnu.org> | 8 | 2007-07-25 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) | 10 | * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays) |
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 5346716b4f4..c60498c4ab5 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -46,24 +46,24 @@ | |||
| 46 | ;; | 46 | ;; |
| 47 | ;; Valid values for `ps-multibyte-buffer' are: | 47 | ;; Valid values for `ps-multibyte-buffer' are: |
| 48 | ;; | 48 | ;; |
| 49 | ;; nil This is the value to use the default settings which | 49 | ;; nil This is the value to use the default settings; |
| 50 | ;; is by default for printing buffer with only ASCII | 50 | ;; by default, this only works to print buffers with |
| 51 | ;; and Latin characters. The default setting can be | 51 | ;; only ASCII and Latin characters. But this default |
| 52 | ;; changed by setting the variable | 52 | ;; setting can be changed by setting the variable |
| 53 | ;; `ps-mule-font-info-database-default' differently. | 53 | ;; `ps-mule-font-info-database-default' differently. |
| 54 | ;; The initial value of this variable is | 54 | ;; The initial value of this variable is |
| 55 | ;; `ps-mule-font-info-database-latin' (see | 55 | ;; `ps-mule-font-info-database-latin' (see |
| 56 | ;; documentation). | 56 | ;; documentation). |
| 57 | ;; | 57 | ;; |
| 58 | ;; `non-latin-printer' This is the value to use when you have a japanese | 58 | ;; `non-latin-printer' This is the value to use when you have a japanese |
| 59 | ;; or korean PostScript printer and want to print | 59 | ;; or korean PostScript printer and want to print |
| 60 | ;; buffer with ASCII, Latin-1, Japanese (JISX0208 and | 60 | ;; buffer with ASCII, Latin-1, Japanese (JISX0208 and |
| 61 | ;; JISX0201-Kana) and Korean characters. At present, | 61 | ;; JISX0201-Kana) and Korean characters. At present, |
| 62 | ;; it was not tested the Korean characters printing. | 62 | ;; it was not tested with the Korean characters |
| 63 | ;; If you have a korean PostScript printer, please, | 63 | ;; printing. If you have a korean PostScript printer, |
| 64 | ;; test it. | 64 | ;; please, test it. |
| 65 | ;; | 65 | ;; |
| 66 | ;; `bdf-font' This is the value to use when you want to print | 66 | ;; `bdf-font' This is the value to use when you want to print |
| 67 | ;; buffer with BDF fonts. BDF fonts include both latin | 67 | ;; buffer with BDF fonts. BDF fonts include both latin |
| 68 | ;; and non-latin fonts. BDF (Bitmap Distribution | 68 | ;; and non-latin fonts. BDF (Bitmap Distribution |
| 69 | ;; Format) is a format used for distributing X's font | 69 | ;; Format) is a format used for distributing X's font |
| @@ -75,7 +75,7 @@ | |||
| 75 | ;; `bdf-directory-list' appropriately (see ps-bdf.el | 75 | ;; `bdf-directory-list' appropriately (see ps-bdf.el |
| 76 | ;; for documentation of this variable). | 76 | ;; for documentation of this variable). |
| 77 | ;; | 77 | ;; |
| 78 | ;; `bdf-font-except-latin' This is like `bdf-font' except that it is used | 78 | ;; `bdf-font-except-latin' This is like `bdf-font' except that it uses |
| 79 | ;; PostScript default fonts to print ASCII and Latin-1 | 79 | ;; PostScript default fonts to print ASCII and Latin-1 |
| 80 | ;; characters. This is convenient when you want or | 80 | ;; characters. This is convenient when you want or |
| 81 | ;; need to use both latin and non-latin characters on | 81 | ;; need to use both latin and non-latin characters on |
| @@ -167,7 +167,7 @@ | |||
| 167 | 167 | ||
| 168 | ;;;###autoload | 168 | ;;;###autoload |
| 169 | (defcustom ps-multibyte-buffer nil | 169 | (defcustom ps-multibyte-buffer nil |
| 170 | "Specifies the multi-byte buffer handling. | 170 | "*Specifies the multi-byte buffer handling. |
| 171 | 171 | ||
| 172 | Valid values are: | 172 | Valid values are: |
| 173 | 173 | ||
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 518211662b4..52d74af9f29 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -7044,7 +7044,7 @@ If FACE is not a valid face name, use default face." | |||
| 7044 | ;;; Generated autoloads from ps-mule.el | 7044 | ;;; Generated autoloads from ps-mule.el |
| 7045 | 7045 | ||
| 7046 | (defvar ps-multibyte-buffer nil "\ | 7046 | (defvar ps-multibyte-buffer nil "\ |
| 7047 | Specifies the multi-byte buffer handling. | 7047 | *Specifies the multi-byte buffer handling. |
| 7048 | 7048 | ||
| 7049 | Valid values are: | 7049 | Valid values are: |
| 7050 | 7050 | ||
| @@ -7061,9 +7061,9 @@ Valid values are: | |||
| 7061 | or Korean PostScript printer and want to print | 7061 | or Korean PostScript printer and want to print |
| 7062 | buffer with ASCII, Latin-1, Japanese (JISX0208 and | 7062 | buffer with ASCII, Latin-1, Japanese (JISX0208 and |
| 7063 | JISX0201-Kana) and Korean characters. At present, | 7063 | JISX0201-Kana) and Korean characters. At present, |
| 7064 | it was not tested with the Korean characters printing. | 7064 | it was not tested with the Korean characters |
| 7065 | If you have a korean PostScript printer, please, | 7065 | printing. If you have a korean PostScript printer, |
| 7066 | test it. | 7066 | please, test it. |
| 7067 | 7067 | ||
| 7068 | `bdf-font' This is the value to use when you want to print | 7068 | `bdf-font' This is the value to use when you want to print |
| 7069 | buffer with BDF fonts. BDF fonts include both latin | 7069 | buffer with BDF fonts. BDF fonts include both latin |