Function: image-bob

image-bob is an interactive and byte-compiled function defined in image-mode.el.gz.

Signature

(image-bob)

Documentation

Scroll to the top-left corner of the image in the current window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
(defun image-bob ()
  "Scroll to the top-left corner of the image in the current window."
  (interactive nil image-mode)
  (image-set-window-hscroll 0)
  (image-set-window-vscroll 0))