diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/windows.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 4b39e8bfe10..4aeb467dff8 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -538,6 +538,7 @@ Reference Manual}), and cannot exceed the size of the containing frame. | |||
| 538 | @vindex winner-dont-bind-my-keys | 538 | @vindex winner-dont-bind-my-keys |
| 539 | @vindex winner-ring-size | 539 | @vindex winner-ring-size |
| 540 | @vindex winner-boring-buffers | 540 | @vindex winner-boring-buffers |
| 541 | @vindex winner-boring-buffers-regexp | ||
| 541 | @cindex Winner mode | 542 | @cindex Winner mode |
| 542 | @cindex mode, Winner | 543 | @cindex mode, Winner |
| 543 | @cindex undoing window configuration changes | 544 | @cindex undoing window configuration changes |
| @@ -556,7 +557,8 @@ non-@code{nil} value. By default, Winner mode stores a maximum of 200 | |||
| 556 | window configurations per frame, but you can change that by modifying | 557 | window configurations per frame, but you can change that by modifying |
| 557 | the variable @code{winner-ring-size}. If there are some buffers whose | 558 | the variable @code{winner-ring-size}. If there are some buffers whose |
| 558 | windows you wouldn't want Winner mode to restore, add their names to | 559 | windows you wouldn't want Winner mode to restore, add their names to |
| 559 | the list variable @code{winner-boring-buffers}. | 560 | the list variable @code{winner-boring-buffers} or to the regexp |
| 561 | @code{winner-boring-buffers-regexp}. | ||
| 560 | 562 | ||
| 561 | Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on | 563 | Follow mode (@kbd{M-x follow-mode}) synchronizes several windows on |
| 562 | the same buffer so that they always display adjacent sections of that | 564 | the same buffer so that they always display adjacent sections of that |