aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-06-06 12:53:42 +0000
committerRichard M. Stallman <[email protected]>2005-06-06 12:53:42 +0000
commitaada47fc710c0fadbd1a315a9a261dafd9cd7a71 (patch)
treebb984acaf0e075e87f63a1771ddd31e37bd2d07f /man
parent227c36fba6555223daf647c7c83d989ca3885965 (diff)
(Printing Package): Explain how to initialize printing package.
Diffstat (limited to 'man')
-rw-r--r--man/misc.texi19
1 files changed, 10 insertions, 9 deletions
diff --git a/man/misc.texi b/man/misc.texi
index cf2fa5ff28..b52264e1f5 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1609,15 +1609,16 @@ used.
@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