aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Rudalics2024-03-16 10:10:29 +0100
committerMartin Rudalics2024-03-16 10:10:29 +0100
commit899ea79310d1b8ed78c3fd8ac1784043dd732dbf (patch)
treedc880ccef640c0f3993ef9bcd9d15315b77c94d9 /src
parentdeebf74b0e178f841c8f504b002b139d13889344 (diff)
downloademacs-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.c4
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
8708If the value is a function, it should take three arguments. The first 8708If the value is a function, it should take three arguments. The first
8709argument specifies the frame whose windows have been restored. The 8709argument specifies the frame whose windows have been restored. The
8710third argument is the constant `configuration' if the windows are 8710third argument is the symbol `configuration' if the windows are
8711restored by `set-window-configuration' and the constant `state' if the 8711restored by `set-window-configuration' and the symbol `state' if the
8712windows are restored by `window-state-put'. 8712windows are restored by `window-state-put'.
8713 8713
8714The second argument specifies a list of entries for all windows 8714The second argument specifies a list of entries for all windows