diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-24 11:22:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-24 11:22:05 +0000 |
commit | 4fffd73b309c5a74be1f57ce6fd60f481e8b6be8 (patch) | |
tree | 642aa9215354deae22f53766fcef2fe5c1ff1658 /lisp/scroll-all.el | |
parent | 550831ed89d2b48077b38fe7e469f8c82f89419a (diff) | |
download | emacs-4fffd73b309c5a74be1f57ce6fd60f481e8b6be8.tar.gz |
Space/tab mixup.
Diffstat (limited to 'lisp/scroll-all.el')
-rw-r--r-- | lisp/scroll-all.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el index 9e816480f38..c659768bc52 100644 --- a/lisp/scroll-all.el +++ b/lisp/scroll-all.el @@ -28,7 +28,7 @@ ;; up or down lines in any buffer causes all the buffers to mirror ;; the scrolling. It hooks into the post-command-hook to check for ;; potential scrolling commands and if we're locked, mirrors them in all -;; windows. This allows us to grab line-at-a-time scrolling as well as +;; windows. This allows us to grab line-at-a-time scrolling as well as ;; screen-at-a-time scrolling, and doesn't remap any of the keyboard ;; commands to do it. |