diff options
| author | Richard M. Stallman | 2005-04-26 10:54:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-26 10:54:31 +0000 |
| commit | b98ba93aa4b3a6d3e2d3b6ee5c1964b5f3fa876b (patch) | |
| tree | 18e5405f679d85ffa7cb3c394c7bc41c3554fc5f | |
| parent | f88761e277f3e61f71d341f31359dc2cc5f7d314 (diff) | |
| download | emacs-b98ba93aa4b3a6d3e2d3b6ee5c1964b5f3fa876b.tar.gz emacs-b98ba93aa4b3a6d3e2d3b6ee5c1964b5f3fa876b.zip | |
(Window Hooks): Remove reference to obsolete Lazy Lock mode.
| -rw-r--r-- | lispref/windows.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index 752969e458f..d9ecf5db7eb 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -2288,8 +2288,7 @@ window displays a different part of its buffer or a different buffer. | |||
| 2288 | There are three actions that can change this: scrolling the window, | 2288 | There are three actions that can change this: scrolling the window, |
| 2289 | switching buffers in the window, and changing the size of the window. | 2289 | switching buffers in the window, and changing the size of the window. |
| 2290 | The first two actions run @code{window-scroll-functions}; the last runs | 2290 | The first two actions run @code{window-scroll-functions}; the last runs |
| 2291 | @code{window-size-change-functions}. The paradigmatic use of these | 2291 | @code{window-size-change-functions}. |
| 2292 | hooks is in the implementation of Lazy Lock mode; see @file{lazy-lock.el}. | ||
| 2293 | 2292 | ||
| 2294 | @defvar window-scroll-functions | 2293 | @defvar window-scroll-functions |
| 2295 | This variable holds a list of functions that Emacs should call before | 2294 | This variable holds a list of functions that Emacs should call before |