changeset 12597:c2f4101915eb

(Fwindow_start): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 1995 22:12:31 +0000
parents ffe0de415152
children 43ebbbe0299f
files src/window.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Tue Jul 18 22:10:51 1995 +0000
+++ b/src/window.c	Tue Jul 18 22:12:31 1995 +0000
@@ -491,7 +491,8 @@
 }
 
 DEFUN ("window-start", Fwindow_start, Swindow_start, 0, 1, 0,
-  "Return position at which display currently starts in WINDOW.")
+  "Return position at which display currently starts in WINDOW.\n\
+This is updated by redisplay or by calling `set-window-start'.")
   (window)
      Lisp_Object window;
 {