Function: what-page
what-page is an interactive and byte-compiled function defined in
page.el.gz.
Signature
(what-page)
Documentation
Display the page number, and the line number within that page.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/page.el.gz
(defun what-page ()
"Display the page number, and the line number within that page."
(interactive)
(apply #'message (cons "Page %d, line %d" (page--what-page))))