diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-03-10 00:47:45 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-03-10 00:47:45 +0000 |
commit | 739ce3950a97dbdfb9feff8a978e06b0d13b8efc (patch) | |
tree | 423089cff285a1ed46038891588a5e292d7226d6 | |
parent | bdfd0369ce065c4ed22cf74c6f32c6a081eca56f (diff) | |
download | emacs-739ce3950a97dbdfb9feff8a978e06b0d13b8efc.tar.gz |
Doc fix.
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/delim-col.el | 6 | ||||
-rw-r--r-- | lisp/printing.el | 16 |
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 @@ +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. 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 @@ ;; 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/ 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 @@ ;; 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 @@ Please send all bug fixes and enhancements to ;; 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 @@ Please send all bug fixes and enhancements to ;; 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. ;; |