emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104510: Expose window-tree funct


From: Stefan Monnier
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r104510: Expose window-tree functions in Elisp.
Date: Mon, 06 Jun 2011 13:33:49 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> +DEFUN ("window-vchild", Fwindow_vchild, Swindow_vchild, 0, 1, 0,
> +       doc: /* Return WINDOW's first vertical child window.
> +WINDOW can be any window and defaults to the selected one.
> +Return nil if WINDOW has no vertical child.  */)

Could you try to change this docstring so that, additionally to
"vertical" it mentions some other word that can clarify what is meant.
E.g. "top" or "bottom".

Also, window-next is a poor choice since we already have next-window
(and the docstring only talks about "right", so is there no equivalent
for vertically-stacked windows?).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]