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

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

Signature

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

Documentation

Go to beginning of 512 byte boundary.

Key Bindings

Source Code

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