--- Begin Message ---
Subject: |
Documentation bug in emacs |
Date: |
Sun, 14 Jun 2015 14:26:19 +0100 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
The help for split-window-horizontally (I did describe-bindings) is below.
The word 'lines' at the end of the line below should be 'columns'.
SIZE negative means the right window gets -SIZE lines.
Version info:
GNU Emacs 23.1.1 (x86_64-redhat-linux-gnu)
Regards
****
split-window-horizontally is an interactive compiled Lisp function.
It is bound to C-x 3.
(split-window-horizontally &optional SIZE)
Split selected window into two windows side by side.
The selected window becomes the left one and gets SIZE columns.
SIZE negative means the right window gets -SIZE lines.
SIZE includes the width of the window's scroll bar; if there are
no scroll bars, it includes the width of the divider column to
the window's right, if any. SIZE omitted or nil means split
window equally.
The selected window remains selected. Return the new window.
--
Alain Williams
Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT
Lecturer.
+44 (0) 787 668 0256 http://www.phcomp.co.uk/
Parliament Hill Computers Ltd. Registration Information:
http://www.phcomp.co.uk/contact.php
#include <std_disclaimer.h>
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#20811: Documentation bug in emacs |
Date: |
Sun, 14 Jun 2015 14:03:21 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Version: 23.4
Alain Williams wrote:
> The word 'lines' at the end of the line below should be 'columns'.
>
> SIZE negative means the right window gets -SIZE lines.
>
> Version info:
>
> GNU Emacs 23.1.1 (x86_64-redhat-linux-gnu)
Thanks. This was fixed in 23.4. Current is 24.5.
--- End Message ---