Function: hexl-end-of-line

hexl-end-of-line is an interactive and byte-compiled function defined in hexl.el.gz.

Signature

(hexl-end-of-line)

Documentation

Goto end of line in Hexl mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defun hexl-end-of-line ()
  "Goto end of line in Hexl mode."
  (interactive)
  (hexl-goto-address (min hexl-max-address (logior (hexl-current-address) 15))))