]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'toggle-window-dedicated' documentation
authorRobert Pluim <rpluim@gmail.com>
Wed, 17 Jul 2024 07:38:43 +0000 (09:38 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 18 Jul 2024 06:28:03 +0000 (08:28 +0200)
* doc/emacs/windows.texi (Displaying Buffers): Fix the cross reference
to the elisp manual.  Add missing 'toggle-window-dedicated'.
* doc/lispref/windows.texi (Dedicated Windows): Mention
'toggle-window-dedicated'.

(cherry picked from commit 3ccebbe17b73488d2d0ba73fda3b70cb6034cc7d)

doc/emacs/windows.texi
doc/lispref/windows.texi

index 7a973e6b4a7b6ce6be3f63ec18fbf4f33a4ce86e..f13506695fbc1c8925a6b7c43fc5c34087c474f5 100644 (file)
@@ -418,7 +418,7 @@ these commands are bound in the @kbd{C-x 5} prefix key.
 
 @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
@@ -434,9 +434,9 @@ you dedicate a window to that buffer, the command (through
 
 @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.
index 01ec2a6ecd5a4c51a87f90a222860a10da94f70f..9e47d12c42bd669b75c1267e19b5c5799701fa09 100644 (file)
@@ -4450,6 +4450,7 @@ selected window.
 @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}