diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-01-17 14:11:43 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-01-17 14:11:43 +0000 |
commit | f864120fde12d3b754b37a9fb67897921926d398 (patch) | |
tree | 2ef50484a95fee8d0c8fce1bc374a430b9fd8e53 /lispref/display.texi | |
parent | b8fbd474999ae2282f763db0005f477c5c18174d (diff) | |
download | emacs-f864120fde12d3b754b37a9fb67897921926d398.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 4f218de4b1b..4cfef835049 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000 +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2000, 2001 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/display @@ -2481,8 +2481,8 @@ shadow lines, in pixels. If @var{relief} is negative, shadows are drawn so that the image appears as a pressed button; otherwise, it appears as an unpressed button. -@item :algorithm @var{algorithm} -The @code{:algorithm} property, if non-@code{nil}, specifies a +@item :conversion @var{algorithm} +The @code{:conversion} property, if non-@code{nil}, specifies a conversion algorithm that should be applied to the image before it is displayed; the value, @var{algorithm}, specifies which algorithm. |