emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/windows.texi,v
Date: Fri, 17 Oct 2008 13:15:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/10/17 13:15:57

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- windows.texi        24 Feb 2008 10:09:05 -0000      1.5
+++ windows.texi        17 Oct 2008 13:15:56 -0000      1.6
@@ -87,7 +87,7 @@
 the buffer it displays
 
 @item
-position within the buffer at the upper left of the window
+buffer position at the upper left corner of the window
 
 @item
 amount of horizontal scrolling, in columns
@@ -273,7 +273,7 @@
 This function splits the selected window into two windows, one above the
 other, leaving the upper of the two windows selected, with @var{size}
 lines.  (If @var{size} is negative, then the lower of the two windows
-gets @minus{} @var{size} lines and the upper window gets the rest, but
+gets @address@hidden lines and the upper window gets the rest, but
 the upper window is still the one selected.)  However, if
 @code{split-window-keep-point} (see below) is @code{nil}, then either
 window can be selected.
@@ -292,15 +292,15 @@
 slow terminals.)  It selects whichever window contains the screen line
 that point was previously on.
 
-This variable only affects the behavior of @code{split-window-vertically}.
-It has no effect on the other functions described here.
+This variable affects the behavior of @code{split-window-vertically}
+only.  It has no effect on the other functions described here.
 @end defopt
 
 @deffn Command split-window-horizontally &optional size
 This function splits the selected window into two windows
 side-by-side, leaving the selected window on the left with @var{size}
 columns.  If @var{size} is negative, the rightmost window gets
address@hidden @var{size} columns, but the leftmost window still remains
address@hidden@var{size} columns, but the leftmost window still remains
 selected.
 
 This function is basically an interface to @code{split-window}.




reply via email to

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