mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; Fix typo and indexing in the ELisp manual
* doc/lispref/display.texi (Image Descriptors): Fix typo and indexing. (Defining Images): Fix indexing.
This commit is contained in:
parent
37b1799c9e
commit
83f095d1fd
1 changed files with 5 additions and 3 deletions
|
|
@ -6020,8 +6020,9 @@ is platform dependent, but should be equivalent to bilinear
|
||||||
filtering. Disabling smoothing will use the nearest neighbor
|
filtering. Disabling smoothing will use the nearest neighbor
|
||||||
algorithm.
|
algorithm.
|
||||||
|
|
||||||
|
@vindex image-transform-smoothing
|
||||||
If this property is not specified, @code{create-image} will use the
|
If this property is not specified, @code{create-image} will use the
|
||||||
@code{image-transform-smoothing} user option to say whether scaling
|
@code{image-transform-smoothing} user option to say whether smoothing
|
||||||
should be done or not. This option can be @code{nil} (no smoothing),
|
should be done or not. This option can be @code{nil} (no smoothing),
|
||||||
@code{t} (use smoothing) or a predicate function that's called with
|
@code{t} (use smoothing) or a predicate function that's called with
|
||||||
the image object as the only parameter, and should return either
|
the image object as the only parameter, and should return either
|
||||||
|
|
@ -7022,12 +7023,13 @@ Here is an example of using @code{image-load-path-for-library}:
|
||||||
@end example
|
@end example
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
@vindex image-scaling-factor
|
@vindex image-scaling-factor, and automatic image scaling
|
||||||
Images are automatically scaled when created based on the
|
Images are automatically scaled when created based on the
|
||||||
@code{image-scaling-factor} variable. The value is either a floating
|
@code{image-scaling-factor} variable. The value is either a floating
|
||||||
point number (where numbers higher than 1 means to increase the size
|
point number (where numbers higher than 1 means to increase the size
|
||||||
and lower means to shrink the size), or the symbol @code{auto}, which
|
and lower means to shrink the size), or the symbol @code{auto}, which
|
||||||
will compute a scaling factor based on the font pixel size.
|
will compute a scaling factor based on the font pixel size. @xref{Image
|
||||||
|
Descriptors}.
|
||||||
|
|
||||||
@node Showing Images
|
@node Showing Images
|
||||||
@subsection Showing Images
|
@subsection Showing Images
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue