diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-18 22:12:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-18 22:12:31 +0000 |
commit | c811a684f2979f2fc5cf8af1994c1ae661d4f838 (patch) | |
tree | 12d289f4eb2fcaf48eda1b8695519113ec1644c7 /src/window.c | |
parent | 237c28735e45bff8faf828ca1a700a5a6d7ffe2c (diff) | |
download | emacs-c811a684f2979f2fc5cf8af1994c1ae661d4f838.tar.gz |
(Fwindow_start): Doc fix.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index f9dd50e7f31..7d970d758ed 100644 --- a/src/window.c +++ b/src/window.c @@ -491,7 +491,8 @@ But that is hard to define.") } 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; { |