# HG changeset patch # User Vinicius Jose Latorre # Date 1078879665 0 # Node ID 814ffa3099854c96ae2fd704ab798351680200c4 # Parent 721573026f566d1e07bec85ccc659da2a1c67b70 Doc fix. diff -r 721573026f56 -r 814ffa309985 lisp/ChangeLog --- 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 + + * delim-col.el: Doc fix. + + * printing.el: Doc fix. New doc section (Tips). + 2004-03-09 Stefan Monnier * type-break.el (type-break-emacs-variant): Remove. diff -r 721573026f56 -r 814ffa309985 lisp/delim-col.el --- 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 -;; Maintainer: Vinicius Jose Latorre -;; Time-stamp: <2001-10-13 10:02:26 pavel> +;; Author: Vinicius Jose Latorre +;; Maintainer: Vinicius Jose Latorre +;; Time-stamp: <2004/03/09 21:32:06 vinicius> ;; Version: 2.1 ;; Keywords: internal ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ diff -r 721573026f56 -r 814ffa309985 lisp/printing.el --- 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 ;; Maintainer: Vinicius Jose Latorre -;; 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 for directory processing and +;; `pr-path-alist' suggestions. ;; ;; Thanks to Fred Labrosse for XEmacs tests. ;;