diff options
| -rw-r--r-- | lisp/scroll-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/scroll-lock.el b/lisp/scroll-lock.el index 7075377d1b0..5896d6478eb 100644 --- a/lisp/scroll-lock.el +++ b/lisp/scroll-lock.el | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | ;;;###autoload | 51 | ;;;###autoload |
| 52 | (define-minor-mode scroll-lock-mode | 52 | (define-minor-mode scroll-lock-mode |
| 53 | "Minor mode for pager-like scrolling. | 53 | "Buffer-local minor mode for pager-like scrolling. |
| 54 | Keys which normally move point by line or paragraph will scroll | 54 | Keys which normally move point by line or paragraph will scroll |
| 55 | the buffer by the respective amount of lines instead and point | 55 | the buffer by the respective amount of lines instead and point |
| 56 | will be kept vertically fixed relative to window boundaries | 56 | will be kept vertically fixed relative to window boundaries |