]> git.eshelyaron.com Git - emacs.git/commit
In window-related documentation write 'symbol' instead of 'constant'
authorMartin Rudalics <rudalics@gmx.at>
Sat, 16 Mar 2024 09:10:29 +0000 (10:10 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:43:26 +0000 (16:43 +0100)
commit953eef413d7acc47f3db3a9f44b6aa6151b41d52
tree83d838bf905247c8c322f4f03f41c51d5a6dc83b
parentd8cce6cc136932b6420574115dfcc9f43d0f581c
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'.

(cherry picked from commit 899ea79310d1b8ed78c3fd8ac1784043dd732dbf)
doc/lispref/windows.texi
lisp/window.el
src/window.c