diff options
| -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 |