changeset 54326:814ffa309985

Doc fix.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 10 Mar 2004 00:47:45 +0000
parents 721573026f56
children 1f35da88bdd8
files lisp/ChangeLog lisp/delim-col.el lisp/printing.el
diffstat 3 files changed, 22 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Mar 09 22:47:27 2004 +0000
+++ b/lisp/ChangeLog	Wed Mar 10 00:47:45 2004 +0000
@@ -1,3 +1,9 @@
+2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+	* delim-col.el: Doc fix.
+
+	* printing.el: Doc fix.  New doc section (Tips).
+
 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* type-break.el (type-break-emacs-variant): Remove.
--- a/lisp/delim-col.el	Tue Mar 09 22:47:27 2004 +0000
+++ b/lisp/delim-col.el	Wed Mar 10 00:47:45 2004 +0000
@@ -2,9 +2,9 @@
 
 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
-;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Time-stamp: <2001-10-13 10:02:26 pavel>
+;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br>
+;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br>
+;; Time-stamp: <2004/03/09 21:32:06 vinicius>
 ;; Version: 2.1
 ;; Keywords: internal
 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
--- a/lisp/printing.el	Tue Mar 09 22:47:27 2004 +0000
+++ b/lisp/printing.el	Wed Mar 10 00:47:45 2004 +0000
@@ -5,7 +5,7 @@
 
 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
-;; Time-stamp: <2004/02/29 23:18:15 vinicius>
+;; Time-stamp: <2004/03/09 21:32:40 vinicius>
 ;; Keywords: wp, print, PostScript
 ;; Version: 6.7.2
 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
@@ -166,6 +166,16 @@
 ;;         printer doesn't have duplex feature; otherwise, it's ok, your
 ;;         printer does have duplex feature.
 ;;
+;; NOTE 4: See Tips section.
+;;
+;;
+;; Tips
+;; ----
+;;
+;; 1. If your have a local printer, that is, a printer which is connected
+;;    directly to your computer, don't forget to connect the printer to your
+;;    computer before printing.
+;;
 ;;
 ;; Using `printing'
 ;; ----------------
@@ -840,8 +850,8 @@
 ;; Acknowledgments
 ;; ---------------
 ;;
-;; Thanks to Drew Adams <?@?> for directory processing and `pr-path-alist'
-;; suggestions.
+;; Thanks to Drew Adams <drew.adams@oracle.com> for directory processing and
+;; `pr-path-alist' suggestions.
 ;;
 ;; Thanks to Fred Labrosse <f.labrosse@maths.bath.ac.uk> for XEmacs tests.
 ;;