]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 Jul 2024 11:10:50 +0000 (14:10 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 18 Jul 2024 06:28:13 +0000 (08:28 +0200)
* doc/lispref/windows.texi (Dedicated Windows):
* doc/emacs/windows.texi (Displaying Buffers): Mention keybinding.

(cherry picked from commit 504bdd560affd9173f0b406bcc830afca8648e20)

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

index f13506695fbc1c8925a6b7c43fc5c34087c474f5..48072bf15c102e236a2e473ba18d5e02ecc4dc29 100644 (file)
@@ -434,9 +434,9 @@ you dedicate a window to that buffer, the command (through
 
 @kindex C-x w d
 @findex toggle-window-dedicated
-  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.
+  You can use the command @kbd{C-x w d} (@code{toggle-window-dedicated})
+to toggle whether the selected window is dedicated to the current
+buffer.  With a prefix argument, it makes the window strongly dedicated.
 
 @menu
 * Window Choice::   How @code{display-buffer} works.
index 9e47d12c42bd669b75c1267e19b5c5799701fa09..2b1b0d704a07cc67ec9de654cb8e4aa971f7481d 100644 (file)
@@ -4447,10 +4447,12 @@ the value assigned by the last call of @code{set-window-dedicated-p} for
 selected window.
 @end defun
 
+@findex toggle-window-dedicated
 @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.
+Interactively you can use the @kbd{C-x w d}
+(@code{toggle-window-dedicated}) command to do the same.
 
 As a special case, if @var{flag} is @code{t}, @var{window} becomes
 @dfn{strongly} dedicated to its buffer.  @code{set-window-buffer}