diff options
| author | Vinicius Jose Latorre | 2004-04-06 02:58:04 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2004-04-06 02:58:04 +0000 |
| commit | f88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1 (patch) | |
| tree | c2badbcd2b75f21c117c87f5d8f3663b622a301f | |
| parent | 3699afe8a5dcfee0ce4cab938fd077b46fa400c9 (diff) | |
| download | emacs-f88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1.tar.gz emacs-f88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1.zip | |
printing doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/printing.el | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9378fc84e57..eec6e9e832f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,10 @@ | |||
| 9 | instead of sera-being-called-by-w3. | 9 | instead of sera-being-called-by-w3. |
| 10 | (ethio-write-file): Likewise. | 10 | (ethio-write-file): Likewise. |
| 11 | 11 | ||
| 12 | 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 13 | |||
| 14 | * printing.el: Dox fix. | ||
| 15 | |||
| 12 | 2004-04-05 Nick Roberts <nick@nick.uklinux.net> | 16 | 2004-04-05 Nick Roberts <nick@nick.uklinux.net> |
| 13 | 17 | ||
| 14 | * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option. | 18 | * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option. |
diff --git a/lisp/printing.el b/lisp/printing.el index 1e65fdba4ea..57dd0691f99 100644 --- a/lisp/printing.el +++ b/lisp/printing.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 7 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 8 | ;; Time-stamp: <2004/03/31 23:14:47 vinicius> | 8 | ;; Time-stamp: <2004/04/05 23:41:49 vinicius> |
| 9 | ;; Keywords: wp, print, PostScript | 9 | ;; Keywords: wp, print, PostScript |
| 10 | ;; Version: 6.7.4 | 10 | ;; Version: 6.7.4 |
| 11 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ | 11 | ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ |
| @@ -190,6 +190,13 @@ Please send all bug fixes and enhancements to | |||
| 190 | ;; 4. When running Emacs on Windows with cygwin, check if the | 190 | ;; 4. When running Emacs on Windows with cygwin, check if the |
| 191 | ;; `pr-shell-file-name' variable is set to the proper shell. This shell | 191 | ;; `pr-shell-file-name' variable is set to the proper shell. This shell |
| 192 | ;; will execute the commands to preview/print the buffer, file or directory. | 192 | ;; will execute the commands to preview/print the buffer, file or directory. |
| 193 | ;; Also check the setting of `pr-path-style' variable. | ||
| 194 | ;; Probably, you should use: | ||
| 195 | ;; | ||
| 196 | ;; (setq pr-shell-file-name "bash") | ||
| 197 | ;; (setq pr-path-style 'unix) | ||
| 198 | ;; | ||
| 199 | ;; And use / instead of \ when specifying a directory. | ||
| 193 | ;; | 200 | ;; |
| 194 | ;; | 201 | ;; |
| 195 | ;; Using `printing' | 202 | ;; Using `printing' |