aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-01 18:59:09 +0000
committerRichard M. Stallman1994-08-01 18:59:09 +0000
commit19e3bf0abc185b1a646216e68f04a57c2b1ea420 (patch)
tree962505c87df12a5372d0c46125ee71a5bd78a72b /src
parentae24c599ebb49571eabe381237fe9a3d3ad4a84f (diff)
downloademacs-19e3bf0abc185b1a646216e68f04a57c2b1ea420.tar.gz
emacs-19e3bf0abc185b1a646216e68f04a57c2b1ea420.zip
(Fmove_to_window_line): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 0f9fbdc67e4..cc7c78b077d 100644
--- a/src/window.c
+++ b/src/window.c
@@ -2605,7 +2605,7 @@ redraws with point in the center of the current window.")
2605DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line, 2605DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line,
2606 1, 1, "P", 2606 1, 1, "P",
2607 "Position point relative to window.\n\ 2607 "Position point relative to window.\n\
2608With no argument, position text at center of window.\n\ 2608With no argument, position point at center of window.\n\
2609An argument specifies frame line; zero means top of window,\n\ 2609An argument specifies frame line; zero means top of window,\n\
2610negative means relative to bottom of window.") 2610negative means relative to bottom of window.")
2611 (arg) 2611 (arg)