# HG changeset patch # User Richard M. Stallman # Date 1118062422 0 # Node ID e9052cfb189a278070abd9d8f70ae11a03924e1a # Parent 01a320949e457a3b733c1a8838b0dca102adeae7 (Printing Package): Explain how to initialize printing package. diff -r 01a320949e45 -r e9052cfb189a man/misc.texi --- a/man/misc.texi Mon Jun 06 12:52:53 2005 +0000 +++ b/man/misc.texi Mon Jun 06 12:53:42 2005 +0000 @@ -1609,15 +1609,16 @@ @findex pr-interface To use the Printing package, add @code{(require 'printing)} to your -init file (@pxref{Init File}). The usual printing options in the menu -bar will be replaced with a @samp{Printing} submenu, containing -various printing options. You can also type @kbd{M-x pr-interface -RET}; this creates a @samp{*Printing Interface*} buffer, similar to a -customization buffer , where you can set the printing options. After -selecting what and how to print, start the print job using the -@samp{Print} button (click @kbd{mouse-2} on it, or move point over it -and type @kbd{RET}). For further information on the various options, -use the @samp{Interface Help} button. +init file (@pxref{Init File}), followed by @code{(pr-update-menus)}. +This function replaces the usual printing commands in the menu bar +with a @samp{Printing} submenu that contains various printing options. +You can also type @kbd{M-x pr-interface RET}; this creates a +@samp{*Printing Interface*} buffer, similar to a customization buffer, +where you can set the printing options. After selecting what and how +to print, you start the print job using the @samp{Print} button (click +@kbd{mouse-2} on it, or move point over it and type @kbd{RET}). For +further information on the various options, use the @samp{Interface +Help} button. @node Sorting, Narrowing, Printing, Top @section Sorting Text