From 891c0674125daaaaefc3d189f19cf2bdd30131a0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Mar 2007 10:57:01 +0000 Subject: [PATCH] Postscript -> PostScript. --- lispref/display.texi | 18 +++++++++--------- lispref/elisp.texi | 2 +- man/ack.texi | 2 +- man/emacs-mime.texi | 2 +- man/misc.texi | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lispref/display.texi b/lispref/display.texi index f485829725a..7b0df434125 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -3603,7 +3603,7 @@ libraries (though it is not possible to add new image formats). The supported image formats include XBM, XPM (this requires the libraries @code{libXpm} version 3.4k and @code{libz}), GIF (requiring -@code{libungif} 4.1.0), Postscript, PBM, JPEG (requiring the +@code{libungif} 4.1.0), PostScript, PBM, JPEG (requiring the @code{libjpeg} library version v6a), TIFF (requiring @code{libtiff} v3.4), and PNG (requiring @code{libpng} 1.0.2). @@ -3658,7 +3658,7 @@ function always returns @code{t}; for other image types, it returns * XBM Images:: Special features for XBM format. * XPM Images:: Special features for XPM format. * GIF Images:: Special features for GIF format. -* Postscript Images:: Special features for Postscript format. +* PostScript Images:: Special features for PostScript format. * Other Image Types:: Various other formats are supported. * Defining Images:: Convenient ways to define an image for later use. * Showing Images:: Convenient ways to display an image once it is defined. @@ -3980,11 +3980,11 @@ every 0.1 seconds. (run-with-timer 0.1 nil 'display-anim buffer file (1+ idx) max nil))) @end ignore -@node Postscript Images -@subsection Postscript Images -@cindex Postscript images +@node PostScript Images +@subsection PostScript Images +@cindex postscript images - To use Postscript for an image, specify image type @code{postscript}. + To use PostScript for an image, specify image type @code{postscript}. This works only if you have Ghostscript installed. You must always use these three properties: @@ -3999,15 +3999,15 @@ The value, @var{height}, specifies the height of the image in points @item :bounding-box @var{box} The value, @var{box}, must be a list or vector of four integers, which -specifying the bounding box of the Postscript image, analogous to the -@samp{BoundingBox} comment found in Postscript files. +specifying the bounding box of the PostScript image, analogous to the +@samp{BoundingBox} comment found in PostScript files. @example %%BoundingBox: 22 171 567 738 @end example @end table - Displaying Postscript images from Lisp data is not currently + Displaying PostScript images from Lisp data is not currently implemented, but it may be implemented by the time you read this. See the @file{etc/NEWS} file to make sure. diff --git a/lispref/elisp.texi b/lispref/elisp.texi index fa9f93208e1..8773708f3d4 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -1297,7 +1297,7 @@ Images * XBM Images:: Special features for XBM format. * XPM Images:: Special features for XPM format. * GIF Images:: Special features for GIF format. -* Postscript Images:: Special features for Postscript format. +* PostScript Images:: Special features for PostScript format. * Other Image Types:: Various other formats are supported. * Defining Images:: Convenient ways to define an image for later use. * Showing Images:: Convenient ways to display an image once diff --git a/man/ack.texi b/man/ack.texi index fecaf37cb15..51397f0b13f 100644 --- a/man/ack.texi +++ b/man/ack.texi @@ -1310,7 +1310,7 @@ support. @item Jim Thompson wrote @file{ps-print.el}, which converts -Emacs text to Postscript. +Emacs text to PostScript. @item Tom Tromey and Chris Lindblad wrote @file{tcl.el}, a major mode for diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index c4fa9aa6879..a805b3f581b 100644 --- a/man/emacs-mime.texi +++ b/man/emacs-mime.texi @@ -125,7 +125,7 @@ diff. Each of these features can be disabled by add an item into @table @code @item postscript @findex postscript -Postscript file. +PostScript file. @item uu @findex uu diff --git a/man/misc.texi b/man/misc.texi index bfe86af09f4..e3eca68532e 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1448,7 +1448,7 @@ Like @code{lpr-buffer} but print only the current region. @findex lpr-buffer @findex lpr-region @vindex lpr-switches - The hardcopy commands (aside from the Postscript commands) pass extra + The hardcopy commands (aside from the PostScript commands) pass extra switches to the @code{lpr} program based on the value of the variable @code{lpr-switches}. Its value should be a list of strings, each string an option starting with @samp{-}. For example, to specify a line width -- 2.39.2