diff options
| -rw-r--r-- | lisp/reposition.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el index 45d58ec1f7c..9839c9afb69 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el | |||
| @@ -170,7 +170,7 @@ first comment line visible (if point is in a comment)." | |||
| 170 | )))) | 170 | )))) |
| 171 | 171 | ||
| 172 | ;;;###autoload | 172 | ;;;###autoload |
| 173 | (define-key esc-map "\C-l" 'resposition-window) | 173 | (define-key esc-map "\C-l" 'reposition-window) |
| 174 | 174 | ||
| 175 | ;;; Auxiliary functions | 175 | ;;; Auxiliary functions |
| 176 | 176 | ||