Variable: image-dired-display-window-width-correction

image-dired-display-window-width-correction is a customizable variable defined in image-dired.el.gz.

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).

Source Code

;; Defined in /usr/src/emacs/lisp/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)