From 89d419255b662e6e4e916ecc2afa733a788e9b1e Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 5 Feb 2022 08:07:18 +0100 Subject: [PATCH] Improve the selected-window doc string * src/window.c (Fselected_window): Add some pointers to other functions in this area. --- src/window.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index 2a5e4042a48..449f2b0cc5f 100644 --- a/src/window.c +++ b/src/window.c @@ -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; -- 2.39.5