emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116620: * doc/lispref/display.texi (Forcing Redispl


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116620: * doc/lispref/display.texi (Forcing Redisplay): Mention pre-redisplay-function.
Date: Sat, 01 Mar 2014 02:54:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116620
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-28 18:54:08 -0800
message:
  * doc/lispref/display.texi (Forcing Redisplay): Mention 
pre-redisplay-function.
  
  * etc/NEWS: Related markup.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-02-28 10:31:26 +0000
+++ b/doc/lispref/ChangeLog     2014-03-01 02:54:08 +0000
@@ -1,3 +1,7 @@
+2014-03-01  Glenn Morris  <address@hidden>
+
+       * display.texi (Forcing Redisplay): Mention pre-redisplay-function.
+
 2014-02-28  Xue Fuqiao  <address@hidden>
 
        * functions.texi (Advising Functions):

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-02-28 04:15:21 +0000
+++ b/doc/lispref/display.texi  2014-03-01 02:54:08 +0000
@@ -117,6 +117,11 @@
 address@hidden (the default).
 @end defvar
 
address@hidden pre-redisplay-function
+A function run just before redisplay.  It is called with one argument,
+the set of windows to redisplay.
address@hidden defvar
+
   Although @code{redisplay} tries immediately to redisplay, it does
 not change how Emacs decides which parts of its frame(s) to redisplay.
 By contrast, the following function adds certain windows to the

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-03-01 02:48:54 +0000
+++ b/etc/NEWS  2014-03-01 02:54:08 +0000
@@ -1240,6 +1240,7 @@
 *** 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'.
 
 +++


reply via email to

[Prev in Thread] Current Thread [Next in Thread]