aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/page.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/page.el')
-rw-r--r--lisp/textmodes/page.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el
index a672dc9215..e85c083538 100644
--- a/lisp/textmodes/page.el
+++ b/lisp/textmodes/page.el
@@ -1,3 +1,10 @@
+;; (push-mark (point) t) needed at the end of forward-page
+;; The documentation in simple.el for set-mark says
+;; To remember a location for internal use in the Lisp program,
+;; store it in a Lisp variable. Example:
+;; (let ((beg (point))) (forward-line 1) (delete-region beg (point)))."
+
+
;;; page.el --- page motion commands for Emacs
;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
@@ -5,6 +12,7 @@
;; Maintainer: FSF
;; Keywords: wp convenience
+;; Package: emacs
;; This file is part of GNU Emacs.