diff options
| -rw-r--r-- | doc/lispref/windows.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 2d340e34cd5..8140c21f6f3 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -4630,8 +4630,9 @@ may fail with an @code{invalid-read-syntax} error. | |||
| 4630 | Some functions (notably @code{delete-window}, | 4630 | Some functions (notably @code{delete-window}, |
| 4631 | @code{delete-other-windows} and @code{split-window}), may behave | 4631 | @code{delete-other-windows} and @code{split-window}), may behave |
| 4632 | specially when the window specified by their @var{window} argument has | 4632 | specially when the window specified by their @var{window} argument has |
| 4633 | the homonymous parameter set. You can override such special behavior by | 4633 | a parameter whose name is equal to the function's name. You can |
| 4634 | binding the following variable to a non-@code{nil} value: | 4634 | override such special behavior by binding the following variable to a |
| 4635 | non-@code{nil} value: | ||
| 4635 | 4636 | ||
| 4636 | @defvar ignore-window-parameters | 4637 | @defvar ignore-window-parameters |
| 4637 | If this variable is non-@code{nil}, some standard functions do not | 4638 | If this variable is non-@code{nil}, some standard functions do not |
| @@ -4737,7 +4738,7 @@ applications. It might be replaced by an improved solution in future | |||
| 4737 | versions of Emacs. | 4738 | versions of Emacs. |
| 4738 | @end table | 4739 | @end table |
| 4739 | 4740 | ||
| 4740 | The @code{window-atom} parameter is used for implemeting atomic windows. | 4741 | The @code{window-atom} parameter is used for implementing atomic windows. |
| 4741 | 4742 | ||
| 4742 | 4743 | ||
| 4743 | @node Window Hooks | 4744 | @node Window Hooks |