diff options
Diffstat (limited to 'lisp/textmodes/page.el')
-rw-r--r-- | lisp/textmodes/page.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index 9d57cb18ecf..fca4d9f6608 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el @@ -20,6 +20,11 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; This code provides the page-oriented movement and selection commands +;; documented in the Emacs manual. + ;;; Code: (defun forward-page (&optional count) |