diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index fb9581f9853..d535c1a49ef 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -22923,6 +22923,14 @@ window is displayed vertically next to another window, you may also want | |||
| 22923 | to fiddle with @code{gnus-tree-minimize-window} to avoid having the | 22923 | to fiddle with @code{gnus-tree-minimize-window} to avoid having the |
| 22924 | windows resized. | 22924 | windows resized. |
| 22925 | 22925 | ||
| 22926 | Lastly, it's possible to make Gnus window layouts ``atomic'' | ||
| 22927 | (@xref{Atomic Windows, , Atomic Windows, elisp, The GNU Emacs Lisp | ||
| 22928 | Reference Manual}) by setting @code{gnus-use-atomic-windows} to | ||
| 22929 | @code{t}. This will ensure that pop-up buffers (e.g. help or | ||
| 22930 | completion buffers), will appear below or to the side of the entire | ||
| 22931 | Gnus window layout and not, for example, squashed between the summary | ||
| 22932 | and article buffers. | ||
| 22933 | |||
| 22926 | @subsection Window Configuration Names | 22934 | @subsection Window Configuration Names |
| 22927 | 22935 | ||
| 22928 | Here's a list of most of the currently known window configurations, | 22936 | Here's a list of most of the currently known window configurations, |