Variable: image-dired-display-window-width-correction
image-dired-display-window-width-correction is a customizable variable
defined in image-dired.el.gz.
This variable is obsolete since 29.1; no longer used.
Value
1
Documentation
Number to be used to correct image display window width.
Change if the default (1) does not work (i.e. if the image does not completely fit).
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defcustom image-dired-display-window-width-correction 1
"Number to be used to correct image display window width.
Change if the default (1) does not work (i.e. if the image does not
completely fit)."
:type 'integer)