diff lisp/textmodes/page.el @ 110317:50478146a2e1

10-09-13
author Robert J. Chassell <bob@gnu.org>
date Mon, 13 Sep 2010 10:14:52 +0000
parents 280c8ae2476d
children f52a8c72912b
line wrap: on
line diff
--- a/lisp/textmodes/page.el	Mon Sep 13 06:39:36 2010 +0200
+++ b/lisp/textmodes/page.el	Mon Sep 13 10:14:52 2010 +0000
@@ -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,