diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-04-01 23:10:26 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-04-01 23:10:26 +0000 |
commit | 1dd5768b7db726d2688264e7507990f7a51bb851 (patch) | |
tree | e8915b70f88534bc827effcfd81fa0a797e8e58b | |
parent | 3ab364ce24082af0f8ba5d7b65c936dd55722c93 (diff) | |
download | emacs-1dd5768b7db726d2688264e7507990f7a51bb851.tar.gz |
Typo.
-rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 75950525196..224f495cb5e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -9830,7 +9830,7 @@ compute_window_start_on_continuation_line (w) } -/* Try cursor movement in case text has not changes in window WINDOW, +/* Try cursor movement in case text has not changed in window WINDOW, with window start STARTP. Value is CURSOR_MOVEMENT_SUCCESS if successful |