mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
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'.
This commit is contained in:
parent
deebf74b0e
commit
899ea79310
3 changed files with 8 additions and 8 deletions
|
|
@ -6416,9 +6416,9 @@ on its frame), @code{set-window-configuration} and
|
||||||
|
|
||||||
If the value of this variable is a function, that function should take
|
If the value of this variable is a function, that function should take
|
||||||
three arguments. The first argument specifies the frame whose windows
|
three arguments. The first argument specifies the frame whose windows
|
||||||
have been restored. The third argument is either the constant
|
have been restored. The third argument is either the symbol
|
||||||
@code{configuration} if the windows are restored by
|
@code{configuration} if the windows are restored by
|
||||||
@code{set-window-configuration}, or the constant @code{state} if the
|
@code{set-window-configuration}, or the symbol @code{state} if the
|
||||||
windows are restored by @code{window-state-put}.
|
windows are restored by @code{window-state-put}.
|
||||||
|
|
||||||
The second argument specifies a list of entries for @emph{all} windows
|
The second argument specifies a list of entries for @emph{all} windows
|
||||||
|
|
|
||||||
|
|
@ -8668,11 +8668,11 @@ buffer. ALIST is a buffer display action alist as compiled by
|
||||||
use time is higher than this.
|
use time is higher than this.
|
||||||
|
|
||||||
- `window-min-width' specifies a preferred minimum width in
|
- `window-min-width' specifies a preferred minimum width in
|
||||||
canonical frame columns. If it is the constant `full-width',
|
canonical frame columns. If it is the symbol `full-width',
|
||||||
prefer a full-width window.
|
prefer a full-width window.
|
||||||
|
|
||||||
- `window-min-height' specifies a preferred minimum height in
|
- `window-min-height' specifies a preferred minimum height in
|
||||||
canonical frame lines. If it is the constant `full-height',
|
canonical frame lines. If it is the symbol `full-height',
|
||||||
prefer a full-height window.
|
prefer a full-height window.
|
||||||
|
|
||||||
If ALIST contains a non-nil `inhibit-same-window' entry, do not
|
If ALIST contains a non-nil `inhibit-same-window' entry, do not
|
||||||
|
|
@ -8799,11 +8799,11 @@ Distinctive features are:
|
||||||
call.
|
call.
|
||||||
|
|
||||||
`window-min-width' specifies a preferred minimum width in
|
`window-min-width' specifies a preferred minimum width in
|
||||||
canonical frame columns. If it is the constant `full-width',
|
canonical frame columns. If it is the symbol `full-width',
|
||||||
prefer a full-width window.
|
prefer a full-width window.
|
||||||
|
|
||||||
`window-min-height' specifies a preferred minimum height in
|
`window-min-height' specifies a preferred minimum height in
|
||||||
canonical frame lines. If it is the constant `full-height',
|
canonical frame lines. If it is the symbol `full-height',
|
||||||
prefer a full-height window.
|
prefer a full-height window.
|
||||||
|
|
||||||
- If the preceding steps fail, try to pop up a new window on the
|
- If the preceding steps fail, try to pop up a new window on the
|
||||||
|
|
|
||||||
|
|
@ -8707,8 +8707,8 @@ on its frame), show another buffer in it.
|
||||||
|
|
||||||
If the value is a function, it should take three arguments. The first
|
If the value is a function, it should take three arguments. The first
|
||||||
argument specifies the frame whose windows have been restored. The
|
argument specifies the frame whose windows have been restored. The
|
||||||
third argument is the constant `configuration' if the windows are
|
third argument is the symbol `configuration' if the windows are
|
||||||
restored by `set-window-configuration' and the constant `state' if the
|
restored by `set-window-configuration' and the symbol `state' if the
|
||||||
windows are restored by `window-state-put'.
|
windows are restored by `window-state-put'.
|
||||||
|
|
||||||
The second argument specifies a list of entries for all windows
|
The second argument specifies a list of entries for all windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue