diff lispref/windows.texi @ 72763:0a277f9db761

(Window Hooks): Explain limits of window-scroll-functions.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Sep 2006 22:36:01 +0000
parents f3cede74e1b0
children 5ac7f746930e a1a25ac6c88a
line wrap: on
line diff
--- a/lispref/windows.texi	Sat Sep 09 19:48:36 2006 +0000
+++ b/lispref/windows.texi	Sat Sep 09 22:36:01 2006 +0000
@@ -2347,6 +2347,10 @@
 These functions must be careful in using @code{window-end}
 (@pxref{Window Start}); if you need an up-to-date value, you must use
 the @var{update} argument to ensure you get it.
+
+@strong{Warning:} don't use this feature to alter the way the window
+is scrolled.  It's not designed for that, and such use probably won't
+work.
 @end defvar
 
 @defvar window-size-change-functions