emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v
Date: Tue, 18 Nov 2008 18:08:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/18 18:08:55

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- windows.texi        16 Nov 2008 10:15:30 -0000      1.21
+++ windows.texi        18 Nov 2008 18:08:55 -0000      1.22
@@ -2557,26 +2557,6 @@
 Windows}) is what you need here.
 @end defvar
 
address@hidden redisplay-end-trigger-functions
-This abnormal hook is run whenever redisplay in a window uses text that
-extends past a specified end trigger position.  You set the end trigger
-position with @code{set-window-redisplay-end-trigger}.  The functions
-are called with two arguments: the window, and the end trigger position.
-Storing @code{nil} for the end trigger position turns off the feature,
-and the trigger value is automatically reset to @code{nil} just after
-the hook is run.
address@hidden defvar
-
address@hidden set-window-redisplay-end-trigger window position
-This function sets @var{window}'s end trigger position at
address@hidden
address@hidden defun
-
address@hidden window-redisplay-end-trigger &optional window
-This function returns @var{window}'s current end trigger position.
-If @var{window} is @code{nil} or omitted, it uses the selected window.
address@hidden defun
-
 @defvar window-configuration-change-hook
 A normal hook that is run every time you change the window configuration
 of an existing frame.  This includes splitting or deleting windows,
@@ -2589,6 +2569,11 @@
 frame selected.
 @end defvar
 
+  In addition, you can use @code{jit-lock-register} to register a Font
+Lock fontification function, which will be called whenever part of the
+buffer needs to be refontified (usually because it has been changed).
address@hidden Font Lock Variables}.
+
 @ignore
    arch-tag: 3f6c36e8-df49-4986-b757-417feed88be3
 @end ignore




reply via email to

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