aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-04-06 02:58:04 +0000
committerVinicius Jose Latorre2004-04-06 02:58:04 +0000
commitf88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1 (patch)
treec2badbcd2b75f21c117c87f5d8f3663b622a301f
parent3699afe8a5dcfee0ce4cab938fd077b46fa400c9 (diff)
downloademacs-f88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1.tar.gz
emacs-f88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1.zip
printing doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/printing.el9
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
122004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13
14 * printing.el: Dox fix.
15
122004-04-05 Nick Roberts <nick@nick.uklinux.net> 162004-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'