diff options
| author | Martin Rudalics | 2024-03-16 10:10:29 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2024-03-16 10:10:29 +0100 |
| commit | 899ea79310d1b8ed78c3fd8ac1784043dd732dbf (patch) | |
| tree | dc880ccef640c0f3993ef9bcd9d15315b77c94d9 /src | |
| parent | deebf74b0e178f841c8f504b002b139d13889344 (diff) | |
| download | emacs-899ea79310d1b8ed78c3fd8ac1784043dd732dbf.tar.gz emacs-899ea79310d1b8ed78c3fd8ac1784043dd732dbf.zip | |
In window-related documentation write 'symbol' instead of 'constant'
Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
* src/window.c (window_restore_killed_buffer_windows): In
doc-string write 'symbol' instead of 'constant'.
* lisp/window.el (display-buffer--lru-window)
(display-buffer-use-least-recent-window): In doc-strings write
'symbol' instead of 'constant'.
* doc/lispref/windows.texi (Window Configurations): Write
'symbol' instead of 'constant'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 2c002418605..b69f4719d93 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -8707,8 +8707,8 @@ on its frame), show another buffer in it. | |||
| 8707 | 8707 | ||
| 8708 | If the value is a function, it should take three arguments. The first | 8708 | If the value is a function, it should take three arguments. The first |
| 8709 | argument specifies the frame whose windows have been restored. The | 8709 | argument specifies the frame whose windows have been restored. The |
| 8710 | third argument is the constant `configuration' if the windows are | 8710 | third argument is the symbol `configuration' if the windows are |
| 8711 | restored by `set-window-configuration' and the constant `state' if the | 8711 | restored by `set-window-configuration' and the symbol `state' if the |
| 8712 | windows are restored by `window-state-put'. | 8712 | windows are restored by `window-state-put'. |
| 8713 | 8713 | ||
| 8714 | The second argument specifies a list of entries for all windows | 8714 | The second argument specifies a list of entries for all windows |