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.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el
index e85c083538..1c213fcbea 100644
--- a/lisp/textmodes/page.el
+++ b/lisp/textmodes/page.el
@@ -1,10 +1,3 @@
-;; (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,