diff options
| author | Lars Ingebrigtsen | 2022-02-05 08:07:18 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-02-05 08:07:18 +0100 |
| commit | 89d419255b662e6e4e916ecc2afa733a788e9b1e (patch) | |
| tree | bfa637008bdbb14800fbc9f8bb0cb8809419a182 /src/window.c | |
| parent | 785a045b868e0aeef08858e86a9efe48311e8f48 (diff) | |
| download | emacs-89d419255b662e6e4e916ecc2afa733a788e9b1e.tar.gz emacs-89d419255b662e6e4e916ecc2afa733a788e9b1e.zip | |
Improve the selected-window doc string
* src/window.c (Fselected_window): Add some pointers to other
functions in this area.
Diffstat (limited to 'src/window.c')
| -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; |