Function: pixel-fill--goto-pixel

pixel-fill--goto-pixel is a byte-compiled function defined in pixel-fill.el.gz.

Signature

(pixel-fill--goto-pixel WIDTH)

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/pixel-fill.el.gz
(defun pixel-fill--goto-pixel (width)
  (vertical-motion (cons (/ width (frame-char-width)) 0)))