diff options
| author | Karl Heuer | 1995-03-31 19:13:22 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-31 19:13:22 +0000 |
| commit | 0bb083c202a8d34275b1850b39e3187ac5369a99 (patch) | |
| tree | 6dc11b1ba73ac5a84c1c40fc9590ef549a48c9d9 /src | |
| parent | 157d78ece6255d89943e05f5c59cfb18cc4d11c6 (diff) | |
| download | emacs-0bb083c202a8d34275b1850b39e3187ac5369a99.tar.gz emacs-0bb083c202a8d34275b1850b39e3187ac5369a99.zip | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.h b/src/window.h index 876e7f0b611..17008bda3bb 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -257,7 +257,7 @@ extern int minibuf_level; | |||
| 257 | /* true iff we should redraw the mode lines on the next redisplay. */ | 257 | /* true iff we should redraw the mode lines on the next redisplay. */ |
| 258 | extern int update_mode_lines; | 258 | extern int update_mode_lines; |
| 259 | 259 | ||
| 260 | /* Minimum value of GPT since last redisplay that finished. */ | 260 | /* Minimum value of GPT - BEG since last redisplay that finished. */ |
| 261 | 261 | ||
| 262 | extern int beg_unchanged; | 262 | extern int beg_unchanged; |
| 263 | 263 | ||
| @@ -266,7 +266,7 @@ extern int beg_unchanged; | |||
| 266 | extern int end_unchanged; | 266 | extern int end_unchanged; |
| 267 | 267 | ||
| 268 | /* MODIFF as of last redisplay that finished; | 268 | /* MODIFF as of last redisplay that finished; |
| 269 | if it matches MODIFF, beg_unchanged and end_unchangedn | 269 | if it matches MODIFF, beg_unchanged and end_unchanged |
| 270 | contain no useful information. */ | 270 | contain no useful information. */ |
| 271 | extern int unchanged_modified; | 271 | extern int unchanged_modified; |
| 272 | 272 | ||