diff options
| author | Eli Zaretskii | 2001-01-23 11:32:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-23 11:32:56 +0000 |
| commit | 2afb2f41d0260fae2c5b2030d567c5e768dbc6f8 (patch) | |
| tree | a5d7ba4740e5e0a287edd4d80a225dfeb22d97e6 /src | |
| parent | dcc70c380ec03903f4ff55603d7129450fa681ae (diff) | |
| download | emacs-2afb2f41d0260fae2c5b2030d567c5e768dbc6f8.tar.gz emacs-2afb2f41d0260fae2c5b2030d567c5e768dbc6f8.zip | |
(syms_of_window) <scroll-preserve-screen-position>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 80400ddfc85..e507254f8c0 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5801,7 +5801,7 @@ If there is only one window, it is split regardless of this value."); | |||
| 5801 | 5801 | ||
| 5802 | DEFVAR_LISP ("scroll-preserve-screen-position", | 5802 | DEFVAR_LISP ("scroll-preserve-screen-position", |
| 5803 | &Vscroll_preserve_screen_position, | 5803 | &Vscroll_preserve_screen_position, |
| 5804 | "*Nonzero means scroll commands move point to keep its screen line unchanged."); | 5804 | "*Non-nil means scroll commands move point to keep its screen line unchanged."); |
| 5805 | Vscroll_preserve_screen_position = Qnil; | 5805 | Vscroll_preserve_screen_position = Qnil; |
| 5806 | 5806 | ||
| 5807 | DEFVAR_LISP ("window-configuration-change-hook", | 5807 | DEFVAR_LISP ("window-configuration-change-hook", |