Function: hexl-beginning-of-1k-page
hexl-beginning-of-1k-page is an interactive and byte-compiled function
defined in hexl.el.gz.
Signature
(hexl-beginning-of-1k-page)
Documentation
Go to beginning of 1KB boundary.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/hexl.el.gz
(defun hexl-beginning-of-1k-page ()
"Go to beginning of 1KB boundary."
(interactive)
(hexl-goto-address (logand (hexl-current-address) -1024)))