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