diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index eb5c2fc46be..0df8e5ee04b 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1319,8 +1319,8 @@ argument @var{window}, in lieu of the usual action of | |||
| 1319 | @code{delete-other-windows}. @xref{Window Parameters}. | 1319 | @code{delete-other-windows}. @xref{Window Parameters}. |
| 1320 | 1320 | ||
| 1321 | Also, if @code{ignore-window-parameters} is @code{nil}, this function | 1321 | Also, if @code{ignore-window-parameters} is @code{nil}, this function |
| 1322 | does not delete any window whose @code{no-delete-other-window} parameter | 1322 | does not delete any window whose @code{no-delete-other-windows} |
| 1323 | is non-@code{nil}. | 1323 | parameter is non-@code{nil}. |
| 1324 | @end deffn | 1324 | @end deffn |
| 1325 | 1325 | ||
| 1326 | @deffn Command delete-windows-on &optional buffer-or-name frame | 1326 | @deffn Command delete-windows-on &optional buffer-or-name frame |
| @@ -3381,7 +3381,7 @@ producing the frame layout sketched above. | |||
| 3381 | @example | 3381 | @example |
| 3382 | @group | 3382 | @group |
| 3383 | (defvar parameters | 3383 | (defvar parameters |
| 3384 | '(window-parameters . ((no-other-window . t) (no-delete-other-window . t)))) | 3384 | '(window-parameters . ((no-other-window . t) (no-delete-other-windows . t)))) |
| 3385 | 3385 | ||
| 3386 | (setq fit-window-to-buffer-horizontally t) | 3386 | (setq fit-window-to-buffer-horizontally t) |
| 3387 | (setq window-resize-pixelwise t) | 3387 | (setq window-resize-pixelwise t) |
| @@ -3423,7 +3423,7 @@ retain their respective sizes when maximizing the frame, the variable | |||
| 3423 | are accessible via @kbd{C-x o} by installing the @code{no-other-window} | 3423 | are accessible via @kbd{C-x o} by installing the @code{no-other-window} |
| 3424 | parameter for each of these windows. In addition, it makes sure that | 3424 | parameter for each of these windows. In addition, it makes sure that |
| 3425 | side windows are not deleted via @kbd{C-x 1} by installing the | 3425 | side windows are not deleted via @kbd{C-x 1} by installing the |
| 3426 | @code{no-delete-other-window} parameter for each of these windows. | 3426 | @code{no-delete-other-windows} parameter for each of these windows. |
| 3427 | 3427 | ||
| 3428 | Since @code{dired} buffers have no fixed names, we use a special | 3428 | Since @code{dired} buffers have no fixed names, we use a special |
| 3429 | function @code{dired-default-directory-on-left} in order to display a | 3429 | function @code{dired-default-directory-on-left} in order to display a |
| @@ -4990,8 +4990,8 @@ This parameter affects the execution of @code{delete-window} | |||
| 4990 | This parameter affects the execution of @code{delete-other-windows} | 4990 | This parameter affects the execution of @code{delete-other-windows} |
| 4991 | (@pxref{Deleting Windows}). | 4991 | (@pxref{Deleting Windows}). |
| 4992 | 4992 | ||
| 4993 | @item no-delete-other-window | 4993 | @item no-delete-other-windows |
| 4994 | @vindex no-delete-other-window, a window parameter | 4994 | @vindex no-delete-other-windows, a window parameter |
| 4995 | This parameter marks the window as not deletable by | 4995 | This parameter marks the window as not deletable by |
| 4996 | @code{delete-other-windows} (@pxref{Deleting Windows}). | 4996 | @code{delete-other-windows} (@pxref{Deleting Windows}). |
| 4997 | 4997 | ||