]> git.eshelyaron.com Git - emacs.git/commit
Fix two side window problems noted by Alex (Bug#27999)
authorMartin Rudalics <rudalics@gmx.at>
Sat, 19 Aug 2017 08:55:04 +0000 (10:55 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 19 Aug 2017 08:55:04 +0000 (10:55 +0200)
commit8a9905e2f723d757f1a75d2b45855f7fb1074632
treeecd09fc606e35cbb5d3f4c14708b0a1318b6b24d
parent82b05985ba55761c497810cf9e14fd530253a1b2
Fix two side window problems noted by Alex (Bug#27999)

* lisp/window.el (display-buffer-in-side-window): Fix doc-string
typo.
(delete-other-windows): Rename the `no-delete-other-window'
parameter to `no-delete-other-windows' (see the discussion in
Bug#27999 for the rationale of this change).
* doc/lispref/windows.texi (Deleting Windows)
(Frame Layouts with Side Windows, Window Parameters): Rename
`no-delete-other-window' to `no-delete-other-windows'.
doc/lispref/windows.texi
lisp/window.el