aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-09-09 22:36:01 +0000
committerRichard M. Stallman2006-09-09 22:36:01 +0000
commit41017047229b49f2ece14006f8d6078bb852f0d7 (patch)
tree0f1585db55ff392c30d39fedbc6783909d339a57
parent0b01facaa26b182854259fb7a08a255fe8cc364a (diff)
downloademacs-41017047229b49f2ece14006f8d6078bb852f0d7.tar.gz
emacs-41017047229b49f2ece14006f8d6078bb852f0d7.zip
(Window Hooks): Explain limits of window-scroll-functions.
-rw-r--r--lispref/windows.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index ce420958b13..cf045bfd5c4 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -2347,6 +2347,10 @@ Displaying a different buffer in the window also runs these functions.
2347These functions must be careful in using @code{window-end} 2347These functions must be careful in using @code{window-end}
2348(@pxref{Window Start}); if you need an up-to-date value, you must use 2348(@pxref{Window Start}); if you need an up-to-date value, you must use
2349the @var{update} argument to ensure you get it. 2349the @var{update} argument to ensure you get it.
2350
2351@strong{Warning:} don't use this feature to alter the way the window
2352is scrolled. It's not designed for that, and such use probably won't
2353work.
2350@end defvar 2354@end defvar
2351 2355
2352@defvar window-size-change-functions 2356@defvar window-size-change-functions