diff lisp/scroll-all.el @ 74157:e56f52b00e2d

Space/tab mixup.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 24 Nov 2006 11:22:05 +0000
parents 3bd95f4f2941
children b2e5081b9320
line wrap: on
line diff
--- a/lisp/scroll-all.el	Fri Nov 24 11:16:37 2006 +0000
+++ b/lisp/scroll-all.el	Fri Nov 24 11:22:05 2006 +0000
@@ -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.