Function: hexl-ascii-start-column

hexl-ascii-start-column is a byte-compiled function defined in hexl.el.gz.

Signature

(hexl-ascii-start-column)

Documentation

Column at which the ASCII portion of the hexl display starts.

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defun hexl-ascii-start-column ()
  "Column at which the ASCII portion of the hexl display starts."
  (+ 43 (/ 128 hexl-bits)))