* etc/NEWS: Related markup.
+2014-03-01 Glenn Morris <rgm@gnu.org>
+
+ * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
+
2014-02-28 Xue Fuqiao <xfq@gnu.org>
* functions.texi (Advising Functions):
This variable has no effect when @code{redisplay-dont-pause} is
non-@code{nil} (the default).
+@end defvar
+
+@defvar pre-redisplay-function
+A function run just before redisplay. It is called with one argument,
+the set of windows to redisplay.
@end defvar
Although @code{redisplay} tries immediately to redisplay, it does
*** The hook `term-setup-hook' is obsolete. It is entirely equivalent
to `emacs-startup-hook'. See also the new `tty-setup-hook'.
++++
** New hook `pre-redisplay-function'.
+++