summaryrefslogtreecommitdiff
path: root/lisp/reposition.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1991-02-23 20:29:31 +0000
committerRichard M. Stallman <rms@gnu.org>1991-02-23 20:29:31 +0000
commitcfede7613eaa9270f90aa84cd29dab96aa2c0976 (patch)
treefc23fe369ddd49d4589fc3d9079d08827395be3a /lisp/reposition.el
parent57d378a93d9b4e69aeb4aeb0fc1e9de2836072d4 (diff)
downloademacs-cfede7613eaa9270f90aa84cd29dab96aa2c0976.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/reposition.el')
-rw-r--r--lisp/reposition.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el
index c34f370b352..104021a4432 100644
--- a/lisp/reposition.el
+++ b/lisp/reposition.el
@@ -17,7 +17,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, 1/26/91
+;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, Jan 1991.
;;; Reposition-window makes an entire function definition or comment visible,
;;; or, if it is already visible, places it at the top of the window;
@@ -25,9 +25,6 @@
;;; code. For the gory details, see the documentation for reposition-window;
;;; rather than reading that, you may just want to play with it.
-;;; The recommended binding for this function is M-C-r:
-;;; (global-set-key "\e\C-r" 'reposition-window)
-
;;; This tries pretty hard to do the recentering correctly; the precise
;;; action depends on what the buffer looks like. If you find a situation
;;; where it doesn't behave well, let me know. This function is modeled