diff options
Diffstat (limited to 'doc/emacs/text.texi')
-rw-r--r-- | doc/emacs/text.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 0b0e4867ae5..96ccaa2b3c4 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -332,6 +332,8 @@ pages are often meaningful divisions of the file, Emacs provides commands to move over them and operate on them. @table @kbd +@item M-x what-page +Display the page number of point, and the line number within that page. @item C-x [ Move point to previous page boundary (@code{backward-page}). @item C-x ] @@ -342,6 +344,10 @@ Put point and mark around this page (or another page) (@code{mark-page}). Count the lines in this page (@code{count-lines-page}). @end table +@findex what-page + @kbd{M-x what-page} counts pages from the beginning of the file, and +counts lines within the page, showing both numbers in the echo area. + @kindex C-x [ @kindex C-x ] @findex forward-page |