Function: hexl-end-of-512b-page

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

Signature

(hexl-end-of-512b-page)

Documentation

Go to end of 512 byte boundary.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defun hexl-end-of-512b-page ()
  "Go to end of 512 byte boundary."
  (interactive)
  (hexl-goto-address
   (min hexl-max-address (logior (hexl-current-address) 511))))