diff options
| author | Richard M. Stallman | 1991-02-23 20:29:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1991-02-23 20:29:31 +0000 |
| commit | cfede7613eaa9270f90aa84cd29dab96aa2c0976 (patch) | |
| tree | fc23fe369ddd49d4589fc3d9079d08827395be3a | |
| parent | 57d378a93d9b4e69aeb4aeb0fc1e9de2836072d4 (diff) | |
| download | emacs-cfede7613eaa9270f90aa84cd29dab96aa2c0976.tar.gz emacs-cfede7613eaa9270f90aa84cd29dab96aa2c0976.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/reposition.el | 5 |
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 @@ | |||
| 17 | ;; along with GNU Emacs; see the file COPYING. If not, write to | 17 | ;; along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 18 | ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
| 19 | 19 | ||
| 20 | ;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, 1/26/91 | 20 | ;;; Written by Michael D. Ernst, mernst@theory.lcs.mit.edu, Jan 1991. |
| 21 | 21 | ||
| 22 | ;;; Reposition-window makes an entire function definition or comment visible, | 22 | ;;; Reposition-window makes an entire function definition or comment visible, |
| 23 | ;;; or, if it is already visible, places it at the top of the window; | 23 | ;;; or, if it is already visible, places it at the top of the window; |
| @@ -25,9 +25,6 @@ | |||
| 25 | ;;; code. For the gory details, see the documentation for reposition-window; | 25 | ;;; code. For the gory details, see the documentation for reposition-window; |
| 26 | ;;; rather than reading that, you may just want to play with it. | 26 | ;;; rather than reading that, you may just want to play with it. |
| 27 | 27 | ||
| 28 | ;;; The recommended binding for this function is M-C-r: | ||
| 29 | ;;; (global-set-key "\e\C-r" 'reposition-window) | ||
| 30 | |||
| 31 | ;;; This tries pretty hard to do the recentering correctly; the precise | 28 | ;;; This tries pretty hard to do the recentering correctly; the precise |
| 32 | ;;; action depends on what the buffer looks like. If you find a situation | 29 | ;;; action depends on what the buffer looks like. If you find a situation |
| 33 | ;;; where it doesn't behave well, let me know. This function is modeled | 30 | ;;; where it doesn't behave well, let me know. This function is modeled |