diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-29 17:52:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-29 17:52:36 +0000 |
commit | ca61e3875c2a1595ae4cee158bcab04f1e757f5a (patch) | |
tree | bf4ef9113b3e75a4cc38a70237db5d926d404ebd /lispref | |
parent | 98e942e0293fef05a410b07aed1594947b41fcbd (diff) | |
download | emacs-ca61e3875c2a1595ae4cee158bcab04f1e757f5a.tar.gz |
(Window Configurations): Refer to winner.el as example.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/windows.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi index 00404f8c96e..3d73db065d9 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi @@ -2079,8 +2079,9 @@ saved point or mark. @end defun Primitives to look inside of window configurations would make sense, -but none are implemented. It is not clear they are useful enough to be -worth implementing. +but none are implemented. It is not clear they are useful enough to +be worth implementing. See the file @file{winner.el} for some more +operations on windows configurations. @node Window Hooks @section Hooks for Window Scrolling and Changes |