diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e96ea3fbbc3..4b629e6f4dd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-03-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Forcing Redisplay): Mention pre-redisplay-function. | ||
| 4 | |||
| 1 | 2014-02-28 Xue Fuqiao <xfq@gnu.org> | 5 | 2014-02-28 Xue Fuqiao <xfq@gnu.org> |
| 2 | 6 | ||
| 3 | * functions.texi (Advising Functions): | 7 | * functions.texi (Advising Functions): |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 9aae04ae32a..74a3172b75a 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -117,6 +117,11 @@ This variable has no effect when @code{redisplay-dont-pause} is | |||
| 117 | non-@code{nil} (the default). | 117 | non-@code{nil} (the default). |
| 118 | @end defvar | 118 | @end defvar |
| 119 | 119 | ||
| 120 | @defvar pre-redisplay-function | ||
| 121 | A function run just before redisplay. It is called with one argument, | ||
| 122 | the set of windows to redisplay. | ||
| 123 | @end defvar | ||
| 124 | |||
| 120 | Although @code{redisplay} tries immediately to redisplay, it does | 125 | Although @code{redisplay} tries immediately to redisplay, it does |
| 121 | not change how Emacs decides which parts of its frame(s) to redisplay. | 126 | not change how Emacs decides which parts of its frame(s) to redisplay. |
| 122 | By contrast, the following function adds certain windows to the | 127 | By contrast, the following function adds certain windows to the |