aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-13 20:29:36 +0200
committerEli Zaretskii2016-01-13 20:29:36 +0200
commit3db8ce4fbd75b978d658df58810adf1deca04708 (patch)
treedf0f7f79227152c046d7fb55b771214afebf0904 /etc
parent2e12e8d74855b953e07252c7b173f34f79808296 (diff)
downloademacs-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/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 076835c3d20..c51136faf63 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
1350Previously, the default value of `nil' implied using `read'. 1350Previously, 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'.
1354It 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