aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-01 07:59:16 +0000
committerRichard M. Stallman <[email protected]>2002-07-01 07:59:16 +0000
commitf47d4504cc7673d642176f6247a62124b0709e12 (patch)
tree904d2682b5dcc0bb7fecd0eaca593c96ca3cc5eb /src
parentacda20e1c0ea1c4bc4e14279f5f42c7ae3171e75 (diff)
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index a85422c972..141d482bb6 100644
--- a/src/window.h
+++ b/src/window.h
@@ -129,7 +129,7 @@ struct window
/* Non-nil means we have explicitly changed the value of start,
but that the next redisplay is not obliged to use the new value.
This is used in Fdelete_other_windows to force a call to
- Vwindow_scroll_functions. */
+ Vwindow_scroll_functions; also by Frecenter with argument. */
Lisp_Object optional_new_start;
/* Number of columns display within the window is scrolled to the left. */
Lisp_Object hscroll;