; * src/window.c (Fset_window_margins): Doc fix.
This commit is contained in:
parent
1a677d1429
commit
ab66b749a2
1 changed files with 5 additions and 1 deletions
|
@ -7793,7 +7793,11 @@ means no margin.
|
||||||
|
|
||||||
Leave margins unchanged if WINDOW is not large enough to accommodate
|
Leave margins unchanged if WINDOW is not large enough to accommodate
|
||||||
margins of the desired width. Return t if any margin was actually
|
margins of the desired width. Return t if any margin was actually
|
||||||
changed and nil otherwise. */)
|
changed and nil otherwise.
|
||||||
|
|
||||||
|
The margins specified by calling this function may be later overridden
|
||||||
|
by invoking `set-window-buffer' for the same WINDOW, with its
|
||||||
|
KEEP-MARGINS argument nil or omitted. */)
|
||||||
(Lisp_Object window, Lisp_Object left_width, Lisp_Object right_width)
|
(Lisp_Object window, Lisp_Object left_width, Lisp_Object right_width)
|
||||||
{
|
{
|
||||||
struct window *w = set_window_margins (decode_live_window (window),
|
struct window *w = set_window_margins (decode_live_window (window),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue