summaryrefslogtreecommitdiff
path: root/lisp/windmove.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-05 10:13:12 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-05 10:13:12 +0000
commitc89e4bc57feca4a91bb53cbb5c9a57e05904062a (patch)
treed6f70ee39ceb7f18b919253761ee68c45b6ea868 /lisp/windmove.el
parentc4ab9c7c528a7a4e8ebadf6cc302eaf06bc62a30 (diff)
downloademacs-c89e4bc57feca4a91bb53cbb5c9a57e05904062a.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/windmove.el')
-rw-r--r--lisp/windmove.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/windmove.el b/lisp/windmove.el
index e7c6b3daaae..0320fd0aaef 100644
--- a/lisp/windmove.el
+++ b/lisp/windmove.el
@@ -310,7 +310,7 @@ MIN-N."
(defun windmove-frame-edges (window)
"Return (X-MIN Y-MIN X-MAX Y-MAX) for the frame containing WINDOW.
If WINDOW is nil, return the edges for the selected frame.
-(X-MIN, Y-MIN) is the zero-based coordinate of the top-left corner
+\(X-MIN, Y-MIN) is the zero-based coordinate of the top-left corner
of the frame; (X-MAX, Y-MAX) is the zero-based coordinate of the
bottom-right corner of the frame.
For example, if a frame has 76 rows and 181 columns, the return value
@@ -543,7 +543,7 @@ If no window is at direction DIR, an error is signaled."
With no prefix argument, or with prefix argument equal to zero,
\"left\" is relative to the position of point in the window; otherwise
it is relative to the top edge (for positive ARG) or the bottom edge
-(for negative ARG) of the current window.
+\(for negative ARG) of the current window.
If no window is at the desired location, an error is signaled."
(interactive "P")
(windmove-do-window-select 'left arg))
@@ -576,7 +576,7 @@ If no window is at the desired location, an error is signaled."
With no prefix argument, or with prefix argument equal to zero,
\"down\" is relative to the position of point in the window; otherwise
it is relative to the left edge (for positive ARG) or the right edge
-(for negative ARG) of the current window.
+\(for negative ARG) of the current window.
If no window is at the desired location, an error is signaled."
(interactive "P")
(windmove-do-window-select 'down arg))