mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; * lisp/window.el (display-buffer): Fix doc-string typo.
This commit is contained in:
parent
7b4e12b51c
commit
ea09986dae
|
|
@ -8273,7 +8273,7 @@ Action alist entries are:
|
||||||
and `shrink-window-if-larger-than-buffer'.
|
and `shrink-window-if-larger-than-buffer'.
|
||||||
\\+`window-width' -- The value specifies the desired width of the
|
\\+`window-width' -- The value specifies the desired width of the
|
||||||
window chosen and is either an integer (the total width of
|
window chosen and is either an integer (the total width of
|
||||||
the window specified in frame lines), a floating point
|
the window specified in frame columns), a floating point
|
||||||
number (the fraction of its total width with respect to the
|
number (the fraction of its total width with respect to the
|
||||||
width of the frame's root window), a cons cell whose car is
|
width of the frame's root window), a cons cell whose car is
|
||||||
`body-columns' and whose cdr is an integer that specifies the
|
`body-columns' and whose cdr is an integer that specifies the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue