aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.c4
1 files changed, 3 insertions, 1 deletions
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. */)
481DEFUN ("selected-window", Fselected_window, Sselected_window, 0, 0, 0, 481DEFUN ("selected-window", Fselected_window, Sselected_window, 0, 0, 0,
482 doc: /* Return the selected window. 482 doc: /* Return the selected window.
483The selected window is the window in which the standard cursor for 483The selected window is the window in which the standard cursor for
484selected windows appears and to which many commands apply. */) 484selected windows appears and to which many commands apply.
485
486Also see `old-selected-window' and `minibuffer-selected-window'. */)
485 (void) 487 (void)
486{ 488{
487 return selected_window; 489 return selected_window;