@cindex dedicated window
Sometimes, a window is ``dedicated'' to its current buffer.
-@xref{Dedicated Windows,, elisp, The Emacs Lisp Reference Manual}.
+@xref{Dedicated Windows,,, elisp, The Emacs Lisp Reference Manual}.
@code{display-buffer} will avoid reusing dedicated windows most of the
time. This is indicated by a @samp{d} in the mode line (@pxref{Mode
Line}). A window can also be strongly dedicated, which prevents any
@kindex C-x w d
@findex toggle-window-dedicated
- Toggle whether the selected window is dedicated to the current
-buffer. With a prefix argument, make the window strongly dedicated
-instead.
+ You can use the command @code{toggle-window-dedicated} to toggle
+whether the selected window is dedicated to the current buffer. With a
+prefix argument, make the window strongly dedicated instead.
@menu
* Window Choice:: How @code{display-buffer} works.
@defun set-window-dedicated-p window flag
This function marks @var{window} as dedicated to its buffer if
@var{flag} is non-@code{nil}, and non-dedicated otherwise.
+Interactively you can use the @code{toggle-window-dedicated} command.
As a special case, if @var{flag} is @code{t}, @var{window} becomes
@dfn{strongly} dedicated to its buffer. @code{set-window-buffer}