]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve the selected-window doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Feb 2022 07:07:18 +0000 (08:07 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 5 Feb 2022 07:07:18 +0000 (08:07 +0100)
* src/window.c (Fselected_window): Add some pointers to other
functions in this area.

src/window.c

index 2a5e4042a48dfc3503461433ca4a3beb0acea8f8..449f2b0cc5f79fc839300aeea3b6ef4bfde94ebe 100644 (file)
@@ -481,7 +481,9 @@ Return WINDOW.  */)
 DEFUN ("selected-window", Fselected_window, Sselected_window, 0, 0, 0,
        doc: /* Return the selected window.
 The selected window is the window in which the standard cursor for
-selected windows appears and to which many commands apply.  */)
+selected windows appears and to which many commands apply.
+
+Also see `old-selected-window' and `minibuffer-selected-window'.  */)
   (void)
 {
   return selected_window;