Function: doc-view-reset-slice

doc-view-reset-slice is an interactive and byte-compiled function defined in doc-view.el.gz.

Signature

(doc-view-reset-slice)

Documentation

Reset the current slice.

After calling this function whole pages will be visible again.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/doc-view.el.gz
(defun doc-view-reset-slice ()
  "Reset the current slice.
After calling this function whole pages will be visible again."
  (interactive)
  (setf (doc-view-current-slice) nil)
  ;; Redisplay
  (doc-view-goto-page (doc-view-current-page)))