aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-03-10 00:47:45 +0000
committerVinicius Jose Latorre2004-03-10 00:47:45 +0000
commit739ce3950a97dbdfb9feff8a978e06b0d13b8efc (patch)
tree423089cff285a1ed46038891588a5e292d7226d6 /lisp
parentbdfd0369ce065c4ed22cf74c6f32c6a081eca56f (diff)
downloademacs-739ce3950a97dbdfb9feff8a978e06b0d13b8efc.tar.gz
emacs-739ce3950a97dbdfb9feff8a978e06b0d13b8efc.zip
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/delim-col.el6
-rw-r--r--lisp/printing.el16
3 files changed, 22 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7d12a911b31..cc3e2effc09 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * delim-col.el: Doc fix.
4
5 * printing.el: Doc fix. New doc section (Tips).
6
12004-03-09 Stefan Monnier <monnier@iro.umontreal.ca> 72004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * type-break.el (type-break-emacs-variant): Remove. 9 * type-break.el (type-break-emacs-variant): Remove.
diff --git a/lisp/delim-col.el b/lisp/delim-col.el
index b05a25fe809..b5be7ff4ebc 100644
--- a/lisp/delim-col.el
+++ b/lisp/delim-col.el
@@ -2,9 +2,9 @@
2 2
3;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. 3;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
4 4
5;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
6;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 6;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
7;; Time-stamp: <2001-10-13 10:02:26 pavel> 7;; Time-stamp: <2004/03/09 21:32:06 vinicius>
8;; Version: 2.1 8;; Version: 2.1
9;; Keywords: internal 9;; Keywords: internal
10;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 10;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
diff --git a/lisp/printing.el b/lisp/printing.el
index 6694805fcbd..cb2cb6df61e 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/02/29 23:18:15 vinicius> 8;; Time-stamp: <2004/03/09 21:32:40 vinicius>
9;; Keywords: wp, print, PostScript 9;; Keywords: wp, print, PostScript
10;; Version: 6.7.2 10;; Version: 6.7.2
11;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ 11;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
@@ -166,6 +166,16 @@ Please send all bug fixes and enhancements to
166;; printer doesn't have duplex feature; otherwise, it's ok, your 166;; printer doesn't have duplex feature; otherwise, it's ok, your
167;; printer does have duplex feature. 167;; printer does have duplex feature.
168;; 168;;
169;; NOTE 4: See Tips section.
170;;
171;;
172;; Tips
173;; ----
174;;
175;; 1. If your have a local printer, that is, a printer which is connected
176;; directly to your computer, don't forget to connect the printer to your
177;; computer before printing.
178;;
169;; 179;;
170;; Using `printing' 180;; Using `printing'
171;; ---------------- 181;; ----------------
@@ -840,8 +850,8 @@ Please send all bug fixes and enhancements to
840;; Acknowledgments 850;; Acknowledgments
841;; --------------- 851;; ---------------
842;; 852;;
843;; Thanks to Drew Adams <?@?> for directory processing and `pr-path-alist' 853;; Thanks to Drew Adams <drew.adams@oracle.com> for directory processing and
844;; suggestions. 854;; `pr-path-alist' suggestions.
845;; 855;;
846;; Thanks to Fred Labrosse <f.labrosse@maths.bath.ac.uk> for XEmacs tests. 856;; Thanks to Fred Labrosse <f.labrosse@maths.bath.ac.uk> for XEmacs tests.
847;; 857;;