diff options
| author | Eli Zaretskii | 2016-01-13 20:29:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-13 20:29:36 +0200 |
| commit | 3db8ce4fbd75b978d658df58810adf1deca04708 (patch) | |
| tree | df0f7f79227152c046d7fb55b771214afebf0904 /etc | |
| parent | 2e12e8d74855b953e07252c7b173f34f79808296 (diff) | |
| download | emacs-3db8ce4fbd75b978d658df58810adf1deca04708.tar.gz emacs-3db8ce4fbd75b978d658df58810adf1deca04708.zip | |
Document 'pre-redisplay-functions'
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/display.texi (Forcing Redisplay): Document
'pre-redisplay-functions'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1349,7 +1349,9 @@ file byte offsets, given the file's encoding. | |||
| 1349 | ** The default value of `load-read-function' is now `read'. | 1349 | ** The default value of `load-read-function' is now `read'. |
| 1350 | Previously, the default value of `nil' implied using `read'. | 1350 | Previously, the default value of `nil' implied using `read'. |
| 1351 | 1351 | ||
| 1352 | ** New hook `pre-redisplay-functions', a bit easier to use than pre-redisplay-function. | 1352 | +++ |
| 1353 | ** New hook `pre-redisplay-functions'. | ||
| 1354 | It is a bit easier to use than `pre-redisplay-function'. | ||
| 1353 | 1355 | ||
| 1354 | ** The second arg of `looking-back' should always be provided explicitly. | 1356 | ** The second arg of `looking-back' should always be provided explicitly. |
| 1355 | 1357 | ||